Skip to content

Commit

Permalink
build(root): lerna no-push
Browse files Browse the repository at this point in the history
  • Loading branch information
JozefFlakus committed Sep 10, 2018
1 parent 88feb2c commit 23c638c
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 @@ -12,7 +12,7 @@
"test:watch": "jest --expand --onlyChanged --watch",
"clean": "lerna run clean",
"prepublishOnly": "yarn clean && yarn build && yarn test",
"publish": "lerna publish",
"publish": "lerna publish --no-push",
"precommit": "lint-staged"
},
"lint-staged": {
Expand Down

0 comments on commit 23c638c

Please sign in to comment.