forked from FoundKeyGang/FoundKey
Try to run yarn build in parallel
This commit is contained in:
parent
5e320e49ab
commit
ab260dca70
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
"packages/*"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "yarn workspaces foreach --topological run build && yarn run gulp",
|
||||
"build": "yarn workspaces foreach --parallel --topological run build && yarn run gulp",
|
||||
"start": "yarn workspace backend run start",
|
||||
"start:test": "yarn workspace backend run start:test",
|
||||
"init": "yarn migrate",
|
||||
|
|
Loading…
Reference in a new issue