Skip to content

Commit

Permalink
🔧 (husky) add missing prepare husky script
Browse files Browse the repository at this point in the history
  • Loading branch information
MatissJanis committed May 8, 2022
1 parent 2783077 commit b9c3e0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"postinstall": "patch-package"
"postinstall": "patch-package",
"prepare": "husky install"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit b9c3e0d

Please sign in to comment.