mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-22 09:57:29 -07:00
Revert "feat: introduce devBuild"
This reverts commit f752037a3ae33ecabd1c12b27edd6f6cac0e3f08.
This commit is contained in:
parent
dc17c6ae36
commit
c21dd35759
2 changed files with 0 additions and 2 deletions
|
@ -14,7 +14,6 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"rebuild": "yarn clean && yarn workspaces foreach run build && yarn run gulp",
|
"rebuild": "yarn clean && yarn workspaces foreach run build && yarn run gulp",
|
||||||
"build": "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": "yarn workspace backend run start",
|
||||||
"start:test": "yarn workspace backend run start:test",
|
"start:test": "yarn workspace backend run start:test",
|
||||||
"init": "yarn migrate",
|
"init": "yarn migrate",
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"watch": "vite build --watch --mode development",
|
"watch": "vite build --watch --mode development",
|
||||||
"build": "vite build",
|
"build": "vite build",
|
||||||
"devBuild": "vite build --mode development",
|
|
||||||
"lint": "eslint --quiet \"src/**/*.{ts,vue}\""
|
"lint": "eslint --quiet \"src/**/*.{ts,vue}\""
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Loading…
Reference in a new issue