From 122482e0a275f38ba99dbf1330949e8b35ac2bd3 Mon Sep 17 00:00:00 2001 From: Francis Dinh Date: Fri, 26 Aug 2022 18:19:26 -0400 Subject: [PATCH] use topological for build --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 2180b25d1..38648a5cd 100644 --- a/package.json +++ b/package.json @@ -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",