mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 21:00:16 +02:00
build script sequential
This commit is contained in:
parent
f80e5bb223
commit
11e5a1b8f9
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
|||
"version": "0.0.0",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "run-p i18n-compile type-check \"build-only {@}\" --",
|
||||
"build": "run-s i18n-compile type-check \"build-only {@}\" --",
|
||||
"preview": "vite preview",
|
||||
"build-only": "vite build",
|
||||
"type-check": "vue-tsc --build --force",
|
||||
|
|
|
|||
Loading…
Reference in a new issue