build: better releasing workflow
This commit is contained in:
@@ -9,9 +9,7 @@
|
||||
"style:prettier": "prettier \"src/**/*.ts\" --list-different --write",
|
||||
"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",
|
||||
"postrelease": "git push origin main --follow-tags"
|
||||
"prerelease": "npm run build && "
|
||||
},
|
||||
"keywords": [
|
||||
"github",
|
||||
|
Reference in New Issue
Block a user