Skip to content

Commit

Permalink
fix: prepare script (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
inigomarquinez committed Oct 11, 2023
1 parent 1e07d9b commit a585bf7
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 @@ -27,7 +27,7 @@
"coverage": "jest --coverage",
"lint": "standard",
"lint:fix": "standard --fix",
"prepare": "husky install"
"prepare": "node -e \"try { require('husky').install() } catch (e) {if (e.code !== 'MODULE_NOT_FOUND') throw e}\""
},
"lint-staged": {
"*.js": "npm run lint:fix"
Expand Down

0 comments on commit a585bf7

Please sign in to comment.