We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c965f99 commit 951b192Copy full SHA for 951b192
package.json
@@ -8,7 +8,7 @@
8
"private": true,
9
"scripts": {
10
"bootstrap": "lerna bootstrap",
11
- "build": "lerna run build --ignore @data-driven-forms/react-renderer-demo",
+ "build": "lerna run build --concurrency 1 --ignore @data-driven-forms/react-renderer-demo",
12
"vendor": "lerna run vendor",
13
"test": "jest --coverage",
14
"test:ci": "jest --coverage --runInBand",
0 commit comments