Skip to content

Commit 5c51f6a

Browse files
committed
fix: correct client postinstall
1 parent 2000b50 commit 5c51f6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"lint": "eslint",
1313
"format": "npx prettier --write .",
1414
"preview": "vite preview",
15-
"postinstall": "patch-package"
15+
"postinstall": "npx patch-package"
1616
},
1717
"dependencies": {
1818
"@chakra-ui/react": "^2.8.2",

0 commit comments

Comments
 (0)