Skip to content

Commit 35f7c6b

Browse files
committed
build pack/bundles in serial
1 parent 21b20c5 commit 35f7c6b

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
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"scripts": {
4-
"build": "node ./scripts/verify-packages-versions.js && run-p build:pack build:bundle",
4+
"build": "node ./scripts/verify-packages-versions.js && run-s build:pack build:bundle",
55
"build:bundle": "lerna run build:bundle",
66
"build:dev": "yarn build:pack",
77
"build:dev:filter": "lerna run build:dev --include-filtered-dependencies --include-filtered-dependents --scope",

0 commit comments

Comments
 (0)