Skip to content

Commit

Permalink
feat: add husky enabler and disabler
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaslanjaka committed May 13, 2023
1 parent 37d3949 commit cd9fcaa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"pretest": "npm run clean && npm run build",
"test": "mocha test/index.js --require ts-node/register",
"test-cov": "c8 --reporter=lcovonly npm run test",
"pre-pare": "husky install"
"enable-husky": "husky install",
"disable-husky": "git config --unset core.hooksPath"
},
"files": [
"dist"
Expand Down

0 comments on commit cd9fcaa

Please sign in to comment.