Skip to content

Commit 7b9630c

Browse files
fix: drop postinstall npm script
1 parent d6e6dc9 commit 7b9630c

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
@@ -43,8 +43,7 @@
4343
"docs:serve": "pnpm -C docs run serve",
4444
"lint": "eslint .",
4545
"lint:fix": "eslint . --fix",
46-
"release": "bumpp --commit --push --tag",
47-
"postinstall": "nuxi prepare playground"
46+
"release": "bumpp --commit --push --tag"
4847
},
4948
"dependencies": {
5049
"@nuxt/kit": "^3.0.0-rc.4",

0 commit comments

Comments
 (0)