Skip to content

Commit 1aac024

Browse files
authored
fixed relase commnad (#6)
1 parent 990792b commit 1aac024

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
4040
"lint": "eslint .",
4141
"prepack": "nuxt-module-build",
42-
"release": "yarn lint && yarn prepack && npm publish"
42+
"release": "nuxi prepare playground && yarn lint && yarn prepack && npm publish"
4343
},
4444
"dependencies": {
4545
"@nuxt/kit": "^3.2.0",

0 commit comments

Comments
 (0)