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 d8060b3 commit 1115263Copy full SHA for 1115263
package.json
@@ -6,7 +6,7 @@
6
"clean": "rm -rf packages/**/build/",
7
"lerna-bootstrap": "yarn install && lerna bootstrap --ci",
8
"build": "yarn lint && yarn test && lerna run build",
9
- "publish": "lerna run publish-script",
+ "publish": "lerna --concurrency 1 run publish-script",
10
"lint": "eslint --ext js,jsx .",
11
"lint:fix": "yarn lint --fix .",
12
"test": "lerna --scope @jahia/test-framework run build && jest --coverage",
0 commit comments