Skip to content

Commit

Permalink
Manage release flow through package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
matthisk committed Feb 22, 2016
1 parent c6b2319 commit 2923787
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,10 @@
"scripts": {
"test": "gulp test",
"integration-tests": "./node_modules/.bin/mocha test/integration/index.js",
"sauce": "node test/saucelabs.js"
"sauce": "node test/saucelabs.js",
"preversion": "npm run integration-tests",
"version": "gulp build && git add -A dist",
"postversion": "./bin/postversion.sh"
},
"engines": {
"node": ">=0.8 <0.11"
Expand Down

0 comments on commit 2923787

Please sign in to comment.