Skip to content

Commit

Permalink
chore(build): update publish script to run in parallel (#7)
Browse files Browse the repository at this point in the history
- Changed the `publish` script in the root `package.json` from `lerna
publish from-package` to `lerna run publish --parallel` for parallel
execution of publish tasks.
  • Loading branch information
dmitr1sdae authored Aug 23, 2024
2 parents f818125 + 856b8ed commit 9157285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"build": "lerna run build",
"pretty": "lerna run pretty --parallel",
"pretty:fix": "lerna run pretty:fix --parallel",
"publish": "lerna publish from-package"
"publish": "lerna run publish --parallel"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
Expand Down

0 comments on commit 9157285

Please sign in to comment.