Skip to content

Commit dc73d63

Browse files
committed
fix(install): remove postinstall
1 parent 532b4bc commit dc73d63

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,7 @@
4040
"commit": "git-cz",
4141
"prerelease": "pnpm build",
4242
"release": "bumpp",
43-
"prepare": "husky",
44-
"postinstall": "cd ./playground && pnpm install"
43+
"prepare": "husky"
4544
},
4645
"peerDependencies": {
4746
"vue": "3"

0 commit comments

Comments
 (0)