Skip to content

Commit

Permalink
Fix husky for CI environments
Browse files Browse the repository at this point in the history
  • Loading branch information
deptyped committed May 15, 2024
1 parent 42eb015 commit 50de87c
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 @@
"dev": "tsc-watch --onSuccess \"tsx ./src/main.ts\"",
"start": "tsc && tsx ./src/main.ts",
"start:force": "tsx ./src/main.ts",
"prepare": "husky"
"prepare": "husky || true"
},
"author": "deptyped <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 50de87c

Please sign in to comment.