Skip to content

Commit 321b709

Browse files
committed
fix: update build script to include preparation step
1 parent 7ca86de commit 321b709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"dist"
4040
],
4141
"scripts": {
42-
"build": "nuxt-module-build build && pnpm build:client",
42+
"build": "nuxt-module-build prepare && nuxt-module-build build && pnpm build:client",
4343
"build:client": "nuxi generate client",
4444
"dev": "nuxi dev playground",
4545
"dev:client": "concurrently \"nuxi dev client --port 3300\" \"nuxi dev playground\"",

0 commit comments

Comments
 (0)