Skip to content

Commit 951b192

Browse files
committed
Turn of paraller lerna build.
Circle CI was runing out of memory
1 parent c965f99 commit 951b192

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"private": true,
99
"scripts": {
1010
"bootstrap": "lerna bootstrap",
11-
"build": "lerna run build --ignore @data-driven-forms/react-renderer-demo",
11+
"build": "lerna run build --concurrency 1 --ignore @data-driven-forms/react-renderer-demo",
1212
"vendor": "lerna run vendor",
1313
"test": "jest --coverage",
1414
"test:ci": "jest --coverage --runInBand",

0 commit comments

Comments
 (0)