Skip to content

Commit f58c0e7

Browse files
committed
Added nuxi prepare before npm run prepack
1 parent bf35caf commit f58c0e7

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
@@ -41,7 +41,7 @@
4141
"dev:prepare": "nuxi cleanup && nuxi prepare && nuxi cleanup playground && nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
4242
"dev:build": "nuxi build playground",
4343
"dev:preview": "nuxi preview playground",
44-
"prepack": "nuxt-module-build build && cp package.json LICENSE README.md dist/",
44+
"prepack": "nuxi prepare && nuxt-module-build build && cp package.json LICENSE README.md dist/",
4545
"release:beta": "release-it --ci --npm.publish --preRelease=beta --increment=prerelease",
4646
"release:patch": "release-it patch --ci --npm.publish",
4747
"release:minor": "release-it minor --ci --npm.publish --git.tag --github.release",

0 commit comments

Comments
 (0)