Skip to content

Commit

Permalink
Merge pull request #52 from ctc-uci/theNatePi-yarn-patch-1
Browse files Browse the repository at this point in the history
Fix yarn install bug
  • Loading branch information
theNatePi authored Jan 24, 2025
2 parents 1843c67 + 1913bb1 commit e8404a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
"build": "tsc -b && vite build",
"lint": "eslint",
"format": "npx prettier --write .",
"preview": "vite preview",
"postinstall": "patch-package"
"preview": "vite preview"
},
"dependencies": {
"@chakra-ui/react": "^2.8.2",
Expand All @@ -23,7 +22,6 @@
"firebase": "10.12.5",
"framer-motion": "^11.3.27",
"patch-package": "^8.0.0",
"postinstall-postinstall": "^2.1.0",
"react": "^18.3.1",
"react-cookie": "^7.2.0",
"react-dom": "^18.3.1",
Expand Down
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 e8404a9

Please sign in to comment.