Skip to content

Commit

Permalink
chore(lerna): Remove parallel build to avoid flaky crash on CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
cballevre committed Nov 15, 2024
1 parent d4513a3 commit fbaf8c9
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 @@ -39,7 +39,7 @@
"lint": "eslint 'packages/*/src/**/*.{js,jsx}' 'packages/*/examples/**/*.{js,jsx}'",
"test": "jest",
"watch": "lerna run watch --parallel",
"build": "lerna run build --parallel",
"build": "lerna run build",
"commitmsg": "commitlint -e $GIT_PARAMS",
"clean": "rm -rf packages/*/dist",
"cleanTypes": "rm -rf packages/*/types",
Expand Down

0 comments on commit fbaf8c9

Please sign in to comment.