chore: post release script

This commit is contained in:
Simone Corsi
2021-01-16 09:27:42 +01:00
parent ea3472770f
commit 12dd0e41d8
2 changed files with 2 additions and 10 deletions

View File

@@ -10,7 +10,8 @@
"build": "./node_modules/.bin/ncc build src/index.ts -o ./",
"dev": "ts-node-dev src/index.ts",
"prerelease": "npm run build",
"release": "HUSKY_SKIP_HOOKS=1 standard-version"
"release": "HUSKY_SKIP_HOOKS=1 standard-version",
"postrelease": "git push origin main --follow-tags"
},
"keywords": [
"github",