We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec94c7c commit 04d46aaCopy full SHA for 04d46aa
package.json
@@ -13,8 +13,8 @@
13
"deploy-to-git": "shx rm -rf bundle && deploy-to-git",
14
"upgrade": "ncu -u && npm install",
15
"reinstall": "rm -rf package-lock.json node_modules/ && npm i",
16
- "patch": "lerna version patch && npm run npm-deploy && git push && git push --tags",
17
- "minor": "lerna version minor && npm run npm-deploy && git push && git push --tags",
+ "patch": "lerna version patch && npm run npm-deploy",
+ "minor": "lerna version minor && npm run npm-deploy",
18
"install-all": "npm install && lerna exec --concurrency 1 -- npm install",
19
"npm-deploy": "lerna run npm-compile && lerna publish --contents npm"
20
},
0 commit comments