From 7c35fd33d4036a3066ed7a0d78df22e1ab0c75e9 Mon Sep 17 00:00:00 2001 From: willclarktech Date: Wed, 28 Apr 2021 14:26:14 +0200 Subject: [PATCH] Update root build command --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 1ab4a5c0..454090fb 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "test-firefox": "lerna run test-firefox", "test-chrome": "lerna run test-chrome", "coverage": "yarn workspaces foreach --topological-dev run coverage", - "build": "lerna run build", + "build": "yarn workspaces foreach --topological-dev run build", "docs": "yarn workspaces foreach --topological-dev run docs", "pack-web": "yarn workspaces foreach --topological-dev run pack-web" },