forked from FoundKeyGang/FoundKey
explicitly build foundkey-js before everything else
This commit is contained in:
parent
d36d9692b8
commit
91e4c159b8
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
"packages/*"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "yarn workspaces foreach run build",
|
||||
"build": "yarn workspace foundkey-js build && yarn workspaces foreach --exclude foundkey-js run build",
|
||||
"start": "yarn workspace backend run start",
|
||||
"start:test": "yarn workspace backend run start:test",
|
||||
"init": "yarn migrate",
|
||||
|
|
Loading…
Reference in a new issue