From a121e4f9216e9e54c37af65b2b9a7ef6b66b91de Mon Sep 17 00:00:00 2001 From: Johannes Faltermeier Date: Tue, 7 Mar 2023 12:32:05 +0100 Subject: [PATCH] Create Browser Application and Dockerfile #75 * Try to fix javascript out of heap errors in windows workflow --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f85d18e..cbed596 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "yargs": "17.2.1" }, "scripts": { - "prepare": "lerna run prepare", + "prepare": "lerna run prepare --concurrency 1", "lint": "lerna run lint", "lint:fix": "lerna run lint:fix", "clean": "lerna run clean && rimraf node_modules",