Skip to content

Commit

Permalink
Revert "chore: Temporarily remove commit-check"
Browse files Browse the repository at this point in the history
This reverts commit dacdde9.
  • Loading branch information
NickTomlin committed Aug 4, 2017
1 parent 571f7a3 commit 51e9bfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -10,7 +10,7 @@
"serve": "bin/www",
"lint": "standard",
"commitcheck": "conventional-changelog-lint --from=HEAD~$(git --no-pager rev-list master..HEAD --count)",
"test": "npm run lint && npm run test:unit",
"test": "npm run lint && npm run commitcheck && npm run test:unit",
"test:unit": "mocha --opts test/unit/mocha.opts",
"test:integration": "npm run build && mocha --opts test/integration/mocha.opts --slow 30001 --timeout 30000 --reporter tap",
"test:dev": "mocha --watch --opts test/unit/mocha.opts",
Expand Down

0 comments on commit 51e9bfc

Please sign in to comment.