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.
nuxi prepare
npm run prepack
1 parent bf35caf commit f58c0e7Copy full SHA for f58c0e7
package.json
@@ -41,7 +41,7 @@
41
"dev:prepare": "nuxi cleanup && nuxi prepare && nuxi cleanup playground && nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
42
"dev:build": "nuxi build playground",
43
"dev:preview": "nuxi preview playground",
44
- "prepack": "nuxt-module-build build && cp package.json LICENSE README.md dist/",
+ "prepack": "nuxi prepare && nuxt-module-build build && cp package.json LICENSE README.md dist/",
45
"release:beta": "release-it --ci --npm.publish --preRelease=beta --increment=prerelease",
46
"release:patch": "release-it patch --ci --npm.publish",
47
"release:minor": "release-it minor --ci --npm.publish --git.tag --github.release",
0 commit comments