Skip to content

Commit

Permalink
fix: 🐛 lerna not paralel
Browse files Browse the repository at this point in the history
  • Loading branch information
garrylachman committed May 24, 2023
1 parent 7701b85 commit f6453ab
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 @@ -37,7 +37,7 @@
"test": "NODE_OPTIONS=--experimental-vm-modules yarn jest packages",
"make": "cross-env NODE_OPTIONS='--max-old-space-size=8192' REFORGED_APPIMAGEKIT_CUSTOM_FILENAME='ElectroCRUD-linux' electron-forge make",
"publish": "cross-env NODE_OPTIONS='--max-old-space-size=8192' REFORGED_APPIMAGEKIT_CUSTOM_FILENAME='ElectroCRUD-linux' electron-forge publish",
"build": "yarn lerna run build --parallel --stream",
"build": "yarn lerna run build",
"lerna:version": "yarn lerna version --conventional-commits --no-git-tag-version -m \"chore(lerna:version): lerna version & changelog [skip ci]\" --yes",
"semantic-release": "semantic-release",
"commit": "git add --all && yarn dlx git-cz -a"
Expand Down

0 comments on commit f6453ab

Please sign in to comment.