Skip to content

Commit

Permalink
chore: allow to skip the installation of Husky in the prepare step (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
whimboo committed May 9, 2022
1 parent 82f84c9 commit b27f659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -24,7 +24,7 @@
"assert-unit-coverage": "cross-env COVERAGE=1 mocha --config mocha-config/coverage-tests.js",
"funit": "cross-env PUPPETEER_PRODUCT=firefox npm run unit",
"test": "npm run tsc && npm run lint --silent && npm run unit-with-coverage && npm run test-browser",
"prepare": "node typescript-if-required.js && husky install",
"prepare": "node typescript-if-required.js && ([[ $HUSKY = 0 ]] || husky install)",
"prepublishOnly": "npm run build",
"dev-install": "npm run tsc && node install.js",
"install": "node install.js",
Expand Down

0 comments on commit b27f659

Please sign in to comment.