Skip to content

Commit

Permalink
chore(generic): add pretest step to improve development
Browse files Browse the repository at this point in the history
  • Loading branch information
MarshallOfSound committed Dec 14, 2016
1 parent d51d482 commit 558fae3
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 @@ -13,7 +13,8 @@
"precommit": "npm run lint",
"commit": "git-cz",
"lint": "eslint src test",
"prepublish": "npm run build",
"prepublish": "gulp build",
"pretest": "gulp build",
"test": "npm run lint && mocha test --compilers js:babel-register --timeout=300000",
"release:patch": "changelog -p && node ci/fix-changelog.js && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version patch && git push origin && git push origin --tags",
"release:minor": "changelog -m && node ci/fix-changelog.js && git add CHANGELOG.md && git commit -m 'updated CHANGELOG.md' && npm version minor && git push origin && git push origin --tags",
Expand Down

0 comments on commit 558fae3

Please sign in to comment.