Skip to content

Commit

Permalink
feat: update release it
Browse files Browse the repository at this point in the history
  • Loading branch information
v-stickykeys committed Jan 24, 2021
1 parent 6a0adbd commit 07b18bd
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"scripts": {
"dist": "node_modules/typescript/bin/tsc",
"clean": "rm -R node_modules",
"release": "dotenv release-it -- --ci --only-version --verbose",
"release": "dotenv release-it -- --only-version --verbose",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "valmack",
Expand All @@ -30,6 +30,12 @@
}
},
"release-it": {
"hooks": {
"before:init": [
"npm install",
"npm run dist"
]
},
"git": {
"commitMessage": "release: v${version}"
},
Expand Down

0 comments on commit 07b18bd

Please sign in to comment.