Skip to content

Commit

Permalink
ci: let husky fail silently
Browse files Browse the repository at this point in the history
  • Loading branch information
HW13 committed Nov 4, 2023
1 parent c92caf5 commit a12cf85
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 @@ -14,7 +14,7 @@
"test": "tap -j1 --show-full-coverage test/*.test.js",
"tsd": "tsd --files ./test/types/fastify-opentelemetry.test-d.ts",
"validate": "npm run lint && npm run test && npm run tsd",
"prepare": "husky install"
"prepare": "node -e \"try { require('husky').install() } catch (e) {if (e.code !== 'MODULE_NOT_FOUND') throw e}\""
},
"repository": {
"type": "git",
Expand Down

0 comments on commit a12cf85

Please sign in to comment.