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 7dd48f6 commit c36ac34Copy full SHA for c36ac34
package.json
@@ -59,7 +59,7 @@
59
"dev": "yarn dev:prepare && nuxi dev playground",
60
"dev:build": "nuxi build playground",
61
"dev:prepare": "yarn nuxt-module-build build --stub && yarn nuxt-module-build prepare && nuxi prepare playground",
62
- "build": "nuxt-module-build build",
+ "build": "nuxt-module-build build --stub",
63
"postbuild": "node scripts/post-build.js",
64
"prerelease": "node -v | grep -q 'v22' || (echo 'Please use Node.js v22 for deployment' && exit 1)",
65
"release": "yarn lint && yarn test && changelogen --release && yarn build && yarn publish && git push --follow-tags",
0 commit comments