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 7ca86de commit 321b709Copy full SHA for 321b709
package.json
@@ -39,7 +39,7 @@
39
"dist"
40
],
41
"scripts": {
42
- "build": "nuxt-module-build build && pnpm build:client",
+ "build": "nuxt-module-build prepare && nuxt-module-build build && pnpm build:client",
43
"build:client": "nuxi generate client",
44
"dev": "nuxi dev playground",
45
"dev:client": "concurrently \"nuxi dev client --port 3300\" \"nuxi dev playground\"",
0 commit comments