mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-09 11:41:30 -07:00
[yarn] Add build:rewrite command for faster builds
This commit is contained in:
parent
fd1b29e7ef
commit
80fbba219b
1 changed files with 2 additions and 1 deletions
|
@ -7,8 +7,9 @@
|
|||
},
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"rebuild": "clean && node ./scripts/build-greet.js && yarn workspace iceshrimp-js build && yarn workspaces foreach -Apitv run build && gulp",
|
||||
"rebuild": "clean && node ./scripts/build-greet.js && yarn workspace iceshrimp-js build && yarn workspaces foreach -Apitv run build && gulp",
|
||||
"build": "node ./scripts/build-greet.js && yarn workspace iceshrimp-js run build && yarn workspaces foreach -Apitv run build && gulp",
|
||||
"build:rewrite": "node ./scripts/build-greet.js && yarn workspaces foreach -Apitv --exclude client --exclude iceshrimp run build && gulp",
|
||||
"build:debug": "node ./scripts/build-greet.js && yarn workspace iceshrimp-js run build:debug && yarn workspaces foreach -Apitv run build:debug && gulp",
|
||||
"start": "yarn workspace backend run start",
|
||||
"start:debug": "yarn workspace backend run start:debug",
|
||||
|
|
Loading…
Reference in a new issue