Skip to content

Commit

Permalink
chore: fix workspace dev script (#591)
Browse files Browse the repository at this point in the history
add parallel flag to lerna run, allowing multiple long-running processes
reference: https://github.com/lerna/lerna/tree/main/libs/commands/run\#--parallel
  • Loading branch information
fabioatcorreia authored Sep 14, 2024
1 parent 712a8fd commit b186196
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 @@ -30,7 +30,7 @@
},
"scripts": {
"bootstrap": "node ./scripts/bootstrap.js",
"dev": "lerna run dev",
"dev": "lerna run dev --stream --parallel",
"dev:check-types": "tsc --noEmit",
"github-release": "github-release-from-changelog",
"lint": "cross-env NODE_ENV=production eslint --cache --cache-location=.cache/eslint --ext .js,.jsx,.html,.ts,.tsx,.mjs --report-unused-disable-directives",
Expand Down

0 comments on commit b186196

Please sign in to comment.