Revert "feat: introduce devBuild"

This reverts commit f752037a3a.
This commit is contained in:
cutestnekoaqua 2023-01-12 21:08:17 +01:00
parent fb8097f719
commit 81e1fc67c1
No known key found for this signature in database
GPG Key ID: 6BF0964A5069C1E0
2 changed files with 0 additions and 2 deletions

View File

@ -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",

View File

@ -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": {