Skip to content

Commit

Permalink
add release script
Browse files Browse the repository at this point in the history
  • Loading branch information
dolymood committed Sep 6, 2017
1 parent 054e058 commit 8d830ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"test": "gulp",
"test:unit": "gulp test",
"test:cover": "gulp cover",
"test:ci": "gulp ci && gulp release"
"test:ci": "gulp ci",
"release": "gulp release"
},
"devDependencies": {
"browserify-versionify": "^1.0.6",
Expand Down

0 comments on commit 8d830ff

Please sign in to comment.