Make RMO and Sync run in parallel and use the same sources
This commit is contained in:
parent
d7d6888f63
commit
b919472f42
7 changed files with 13 additions and 14 deletions
|
|
@ -26,8 +26,8 @@
|
|||
},
|
||||
"scripts": {
|
||||
"build": "vue-tsc && vite build",
|
||||
"dev-rmo": "vite --config vite/rmo.ts",
|
||||
"dev-sync": "vite --config vite/sync.ts",
|
||||
"dev-rmo": "vite serve vite/rmo",
|
||||
"dev-sync": "vite serve vite/sync",
|
||||
"generate-icons": "node generate-icons.js",
|
||||
"typecheck": "vue-tsc --noEmit",
|
||||
"typecheck:watch": "vue-tsc --noEmit --watch"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue