Skip to content

Commit

Permalink
chore: not fail in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Nov 12, 2024
1 parent 6facb27 commit 70efd7c
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 @@ -37,7 +37,7 @@
"scripts": {
"lint:fix": "standard --fix",
"test": "standard && node test.js",
"prepare": "husky install"
"prepare": "husky install || true"
},
"devDependencies": {
"clear-module": "^4.1.2",
Expand Down

0 comments on commit 70efd7c

Please sign in to comment.