Skip to content

Commit 04d46aa

Browse files
committed
chore: Minor
1 parent ec94c7c commit 04d46aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"deploy-to-git": "shx rm -rf bundle && deploy-to-git",
1414
"upgrade": "ncu -u && npm install",
1515
"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",
16+
"patch": "lerna version patch && npm run npm-deploy",
17+
"minor": "lerna version minor && npm run npm-deploy",
1818
"install-all": "npm install && lerna exec --concurrency 1 -- npm install",
1919
"npm-deploy": "lerna run npm-compile && lerna publish --contents npm"
2020
},

0 commit comments

Comments
 (0)