Skip to content

Commit b77e1ae

Browse files
committed
fix: broken dist publishing
1 parent 67b4192 commit b77e1ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
"lint:type": "tsc --noEmit",
5454
"lint:fix": "eslint . --fix",
5555
"client:build": "nuxi generate client",
56+
"prepack": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxt-module-build build && npm run client:build",
5657
"client:dev": "nuxi dev client --port 3300",
5758
"build": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxt-module-build build && npm run client:build",
5859
"dev": "nuxi dev playground",

0 commit comments

Comments
 (0)