explicitly build foundkey-js before everything else

This commit is contained in:
Norm 2022-08-26 18:14:16 -04:00
parent d36d9692b8
commit 91e4c159b8
Signed by untrusted user: norm
GPG key ID: 7123E30E441E80DE

View file

@ -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",