From 91e4c159b85f1bcaa4859612b882033fd964ea74 Mon Sep 17 00:00:00 2001 From: Francis Dinh Date: Fri, 26 Aug 2022 18:14:16 -0400 Subject: [PATCH] explicitly build foundkey-js before everything else --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fc511cde3..2180b25d1 100644 --- a/package.json +++ b/package.json @@ -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",