Skip to content

Commit

Permalink
Merge branch 'master' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
ryardley committed Aug 24, 2016
2 parents dcb6aca + 2deda1e commit cde4b66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
"docs": "doctoc README.md --title '##Contents'",
"pretest-watch": "gulp compile",
"report-coverage": "npm run build && nyc --require babel-core/register npm run test-once && nyc report --reporter=lcov > coverage.lcov && codecov",
"release": "git checkout master && git pull && git checkout release && git pull && git merge master && git push && git checkout master",
"semantic-release": "semantic-release pre && npm publish && semantic-release post",
"test": "npm run build && npm run test-once",
"test-and-compile": "npm run build && npm test",
Expand Down

0 comments on commit cde4b66

Please sign in to comment.