Skip to content

Commit

Permalink
build: Add release npm script (silvermine#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
yokuze committed Sep 3, 2019
1 parent 9a46a93 commit 39cd49d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -4,7 +4,8 @@
"description": "JS Code Standards for all SilverMine projects - eslint enforcement",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\""
"test": "echo \"Error: no test specified\"",
"release": "standard-version"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 39cd49d

Please sign in to comment.