Skip to content

Commit

Permalink
Fix husky
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenyeargin committed Apr 3, 2024
1 parent c64a249 commit c95240c
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 @@ -35,7 +35,7 @@
"test": "TZ=America/Chicago react-scripts test",
"test:debug": "react-scripts --inspect-brk test --runInBand --no-cache",
"eject": "react-scripts eject",
"prepare": "husky install"
"prepare": "husky || true"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit c95240c

Please sign in to comment.