Skip to content
This repository was archived by the owner on Nov 27, 2019. It is now read-only.

chore: Don't check readme pre push but check commit message #599

Closed
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"documentation": "mocha -t 5000 test/documentation",
"lint": "eslint bin/jpm lib test",
"test": "node ./test/run.js",
"prepush": "npm run lint && npm run documentation",
"prepush": "npm run lint",
"commitmsg": "npm run changelog-lint",
"changelog": "conventional-changelog -p angular -u",
"changelog-lint": "conventional-changelog-lint --from master",
"get-unbranded-firefox": "get-firefox -ecb unbranded-release"
Expand Down