Skip to content

Commit f8cc95e

Browse files
committed
build: avoid prepare during pack
1 parent 0139ec8 commit f8cc95e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nuxt/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s --commit-path . -l nuxt-vuefire -r 1",
2929
"dev": "nuxi dev playground",
3030
"dev:build": "nuxi build playground",
31-
"prepare": "nuxt-module-build --stub"
31+
"dev:prepare": "nuxt-module-build --stub"
3232
},
3333
"dependencies": {
3434
"@nuxt/kit": "^3.0.0"

0 commit comments

Comments
 (0)