Skip to content

Commit 6755635

Browse files
committedDec 6, 2023
chore: update prepare command
1 parent 90fe06d commit 6755635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"prepack": "nuxt-module-build build",
2020
"dev": "nuxi dev playground",
2121
"dev:build": "nuxi build playground",
22-
"dev:prepare": "nuxt-module-build --stub && nuxt-module-build prepare && nuxi prepare playground",
22+
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
2323
"lint": "eslint .",
2424
"test:types": "vue-tsc --noEmit",
2525
"prepublishOnly": "pnpm lint",

0 commit comments

Comments
 (0)
Please sign in to comment.