Skip to content

Commit

Permalink
chore: do not build private packages on prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
GabeDuarteM committed Mar 29, 2020
1 parent 2060d7c commit 39209d3
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 @@ -5,7 +5,7 @@
"scripts": {
"lint": "node ./packages/gd-scripts/src lint",
"ci": "yarn run lint && lerna run ci",
"prerelease": "lerna run build",
"prerelease": "lerna run build --no-private",
"release": "lerna exec --no-private --concurrency 1 -- npx --no-install semantic-release -e semantic-release-monorepo"
},
"workspaces": [
Expand Down

0 comments on commit 39209d3

Please sign in to comment.