Skip to content

Commit 1115263

Browse files
author
Thomas Draier
committed
BACKLOG-11783 : Publish packages in sequence
1 parent d8060b3 commit 1115263

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
@@ -6,7 +6,7 @@
66
"clean": "rm -rf packages/**/build/",
77
"lerna-bootstrap": "yarn install && lerna bootstrap --ci",
88
"build": "yarn lint && yarn test && lerna run build",
9-
"publish": "lerna run publish-script",
9+
"publish": "lerna --concurrency 1 run publish-script",
1010
"lint": "eslint --ext js,jsx .",
1111
"lint:fix": "yarn lint --fix .",
1212
"test": "lerna --scope @jahia/test-framework run build && jest --coverage",

0 commit comments

Comments
 (0)