Skip to content

Commit

Permalink
fix(husky): change params for husky
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTelanie committed Feb 17, 2019
1 parent fbe3705 commit b1f3389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"lint": "eslint src",
"build": "cross-env BABEL_ENV=production babel src --out-dir lib && npx rollup --config ./.rolluprc",
"prepare": "npm run clean && npm run lint && npm run test && npm run build",
"commitmsg": "commitlint -E GIT_PARAMS",
"commitmsg": "commitlint -E HUSKY_GIT_PARAMS",
"travis-deploy-once": "travis-deploy-once",
"semantic-release": "semantic-release"
},
Expand Down

0 comments on commit b1f3389

Please sign in to comment.