Skip to content

Commit

Permalink
[chore] Always publish with --exact (#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge committed Mar 15, 2018
1 parent 426af96 commit 6375c94
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 @@
"bootstrap": "lerna bootstrap && yarn run package-yarn && yarn run install-husky",
"build": "lerna run clean && gulp && yarn run package",
"clean": "lerna run clean && lerna clean",
"publish": "yarn run build && lerna publish",
"publish": "yarn run build && lerna publish --exact",
"publish-canary": "yarn run build && lerna publish --canary --exact",
"package": "yarn run package-yarn && yarn run package-cli",
"package-cli": "(cd packages/@sanity/cli && yarn run pack)",
Expand Down

0 comments on commit 6375c94

Please sign in to comment.