We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f0f88f commit b3a513bCopy full SHA for b3a513b
package.json
@@ -28,7 +28,7 @@
28
],
29
"scripts": {
30
"build": "unbuild",
31
- "dev:prepare": "pnpm -r dev:prepare",
+ "dev:prepare": "unbuild --stub && pnpm -r dev:prepare",
32
"example:build": "pnpm nuxt-module-build build ./example",
33
"lint": "eslint .",
34
"nuxt-module-build": "JITI_ESM_RESOLVE=1 jiti ./src/cli.ts",
0 commit comments