We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6108b17 commit 8db1f2aCopy full SHA for 8db1f2a
packages/devtools/package.json
@@ -32,9 +32,10 @@
32
"build": "pnpm dev:prepare && pnpm build:module && pnpm build:client && esno scripts/prepare.ts",
33
"build:client": "nuxi generate client",
34
"build:module": "nuxt-build-module build",
35
+ "stub": "nuxt-build-module build --stub",
36
"dev": "nuxi dev client",
37
"dev:playground": "pnpm build && nuxi dev playground",
- "dev:prepare": "nuxi prepare client",
38
+ "dev:prepare": "pnpm run stub && nuxi prepare client",
39
"prepack": "pnpm build"
40
},
41
"peerDependencies": {
0 commit comments