From 5b28ed21a5de3ca38b9a1e7ae2c248dfc4eeda11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Fri, 6 Nov 2020 18:01:49 +0100 Subject: [PATCH] dont build parallel --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b17526d1..b9669d0f 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "scripts": { "start": "yarn --cwd ./docs start", "build:docs": "yarn --cwd ./docs build", - "build:packages": "yarn clean:packages && lerna exec --parallel -- microbundle --compress", + "build:packages": "yarn clean:packages && lerna exec -- microbundle --compress", "clean:packages": "rm -rf ./packages/*/dist", "lint": "eslint --quiet --no-error-on-unmatched-pattern ./", "test:open": "cypress open --project tests",