Skip to content

Commit

Permalink
Add git push to post-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Mar 16, 2021
1 parent 0fe2238 commit 7fbda1a
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 @@ -25,7 +25,7 @@
"perf:debug": "node --inspect-brk scripts/perf-debug.js",
"perf:init": "node scripts/perf-init.js",
"postinstall": "husky install",
"postpublish": "pinst --enable",
"postpublish": "pinst --enable && git push && git push --tags",
"prepare": "npm run build",
"prepublishOnly": "pinst --disable && npm ci && npm run lint:nofix && npm run security && npm run build:bootstrap && npm run test:all",
"security": "npm audit",
Expand Down

0 comments on commit 7fbda1a

Please sign in to comment.