We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 990792b commit 1aac024Copy full SHA for 1aac024
package.json
@@ -39,7 +39,7 @@
39
"dev:prepare": "nuxt-module-build --stub && nuxi prepare playground",
40
"lint": "eslint .",
41
"prepack": "nuxt-module-build",
42
- "release": "yarn lint && yarn prepack && npm publish"
+ "release": "nuxi prepare playground && yarn lint && yarn prepack && npm publish"
43
},
44
"dependencies": {
45
"@nuxt/kit": "^3.2.0",
0 commit comments