use topological for build

This commit is contained in:
Norm 2022-08-26 18:19:26 -04:00
parent 91e4c159b8
commit 122482e0a2
Signed by untrusted user: norm
GPG Key ID: 7123E30E441E80DE
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
"packages/*"
],
"scripts": {
"build": "yarn workspace foundkey-js build && yarn workspaces foreach --exclude foundkey-js run build",
"build": "yarn workspaces foreach --topological run build",
"start": "yarn workspace backend run start",
"start:test": "yarn workspace backend run start:test",
"init": "yarn migrate",