Skip to content

Commit

Permalink
fix: correct client postinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinWu098 committed Nov 25, 2024
1 parent 2000b50 commit 5c51f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lint": "eslint",
"format": "npx prettier --write .",
"preview": "vite preview",
"postinstall": "patch-package"
"postinstall": "npx patch-package"
},
"dependencies": {
"@chakra-ui/react": "^2.8.2",
Expand Down

0 comments on commit 5c51f6a

Please sign in to comment.