Skip to content

Commit fd982c8

Browse files
committed
chore: update dev script
1 parent 6ee3552 commit fd982c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
"scripts": {
6161
"prepack": "nuxt-module-build prepare; nuxt-module-build",
6262
"build": "nuxt-module-build prepare; nuxt-module-build build",
63-
"dev": "nuxi dev playground",
63+
"dev": "npm run dev:prepare; nuxi dev playground",
6464
"dev:build": "nuxi build playground",
65-
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
65+
"dev:prepare": "nuxt-module-build build && nuxt-module-build prepare && nuxi prepare playground",
6666
"dev:docs": "nuxi dev docs",
6767
"release": "release-it",
6868
"lint": "eslint .",

0 commit comments

Comments
 (0)