forked from FoundKeyGang/FoundKey
fix: run gulp on build
Somehow forgot to add this during the refactor.... Resolves FoundKeyGang/FoundKey#93
This commit is contained in:
parent
14b90668b9
commit
e631bdbb9a
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
"packages/*"
|
"packages/*"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "yarn workspaces foreach --topological run build",
|
"build": "yarn workspaces foreach --topological run build && 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",
|
||||||
|
|
Loading…
Reference in a new issue