Skip to content

Commit c11a8dd

Browse files
committed
fix: remove prepare command causing installation problems
1 parent 9611d83 commit c11a8dd

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
@@ -42,8 +42,7 @@
4242
"lint": "eslint .",
4343
"lint:fix": "eslint . --fix",
4444
"update-deps": "taze -w && pnpm i",
45-
"release": "bumpp && npm publish",
46-
"prepare": "nuxi prepare playground"
45+
"release": "bumpp && npm publish"
4746
},
4847
"dependencies": {
4948
"@nuxt/kit": "3.0.0",

0 commit comments

Comments
 (0)