Skip to content

Commit dab1c20

Browse files
committed
chore: use husky for git hook linting
1 parent ce08b38 commit dab1c20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"build": "babel source --out-dir distribution",
1111
"watch": "npm run build -- --watch",
1212
"commit": "git-cz",
13+
"commitmsg": "node distribution/cli.js --edit",
1314
"changelog": "conventional-changelog --preset angular --infile changelog.md --same-file --output-unreleased",
1415
"push": "git push && git push --tags && hub release create \"v$(cat .git/RELEASE_VERSION.tmp)\" --message=\"v$(cat .git/RELEASE_VERSION.tmp)\n$(cat .git/COMMITMSG.tmp)\" && npm publish && rm .git/RELEASE_VERSION.tmp && rm .git/COMMITMSG.tmp",
1516
"release": "npm version $(conventional-recommended-bump -p angular)",

0 commit comments

Comments
 (0)