Skip to content

Commit

Permalink
ci: Add release npm task
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Dec 29, 2019
1 parent 9fba23c commit 46c7b97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -10,7 +10,8 @@
"build": "ncc build ./src/index.ts -o lib",
"tsc": "tsc",
"format": "prettier --write **/*.ts",
"format:check": "prettier --check **/*.ts"
"format:check": "prettier --check **/*.ts",
"release": "standard-version"
},
"husky": {
"skipCI": true,
Expand Down

0 comments on commit 46c7b97

Please sign in to comment.