Workspaces refactor #86
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
||||||
"packages/*"
|
"packages/*"
|
||||||
],
|
],
|
||||||
"scripts": {
|
"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": "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