Skip to content
This repository has been 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 all commits
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
5 changes: 3 additions & 2 deletions 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": "cat \"$GIT_PARAMS\" | conventional-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 Expand Up @@ -75,7 +76,7 @@
"eslint-plugin-dependencies": "1.3.0",
"get-firefox": "1.5.0",
"glob": "5.0.3",
"husky": "^0.10.1",
"husky": "0.11.9",
"mocha": "2.5.3",
"release-it": "2.3.1",
"rimraf": "2.3.2",
Expand Down