chore: fix rebuild

This commit is contained in:
ThatOneCalculator 2022-12-17 16:59:03 -08:00
parent 3372804a82
commit 040c1a2ae2
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -14,7 +14,7 @@
],
"private": true,
"scripts": {
"rebuild": "yarn clean && yarn build",
"rebuild": "yarn clean && yarn workspaces foreach run build && yarn run gulp",
"build": "yarn workspaces foreach run build && yarn run gulp",
"start": "yarn workspace backend run start",
"start:test": "yarn workspace backend run start:test",