enhance: Vite HMR while yarn dev, and more build tuning (#9361)
* enhance: Vite HMR while yarn dev, and more build tuning * use localhost Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
This commit is contained in:
parent
b4b9d5d552
commit
2fe86fd869
15 changed files with 102 additions and 23 deletions
|
|
@ -14,7 +14,8 @@
|
|||
],
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "yarn workspaces foreach run build && yarn run gulp",
|
||||
"build-pre": "node ./scripts/build-pre.js",
|
||||
"build": "yarn build-pre && yarn workspaces foreach run build && yarn run gulp",
|
||||
"start": "cd packages/backend && node ./built/boot/index.js",
|
||||
"start:test": "cd packages/backend && cross-env NODE_ENV=test node ./built/boot/index.js",
|
||||
"init": "yarn migrate",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue