Skip to content

Commit

Permalink
Fix yarn install bug
Browse files Browse the repository at this point in the history
  • Loading branch information
theNatePi authored Jan 24, 2025
1 parent 1843c67 commit a7baf01
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 @@ -12,7 +12,7 @@
"prepare": "husky install",
"lint": "eslint",
"format": "npx prettier --write .",
"postinstall": "cd client && npx patch-package"
"postinstall": "cd client && patch-package"
},
"lint-staged": {
"**/*.{js,jsx,ts,tsx}": "yarn run eslint"
Expand Down

0 comments on commit a7baf01

Please sign in to comment.