feat: introduce devBuild

This commit is contained in:
cutestnekoaqua 2023-01-12 20:40:15 +01:00
parent bbbfbc1061
commit f752037a3a
No known key found for this signature in database
GPG key ID: 6BF0964A5069C1E0
2 changed files with 2 additions and 0 deletions

View file

@ -14,6 +14,7 @@
"scripts": {
"rebuild": "yarn clean && yarn workspaces foreach run build && yarn run gulp",
"build": "yarn workspaces foreach run build && yarn run gulp",
"devBuild": "yarn workspace backend run build && yarn workspace client run devBuild && yarn run gulp",
"start": "yarn workspace backend run start",
"start:test": "yarn workspace backend run start:test",
"init": "yarn migrate",

View file

@ -4,6 +4,7 @@
"scripts": {
"watch": "vite build --watch --mode development",
"build": "vite build",
"devBuild": "vite build --mode development",
"lint": "eslint --quiet \"src/**/*.{ts,vue}\""
},
"dependencies": {