Skip to content

Commit 24a293e

Browse files
committed
fix: broken dist publishing
1 parent 1f7fcf7 commit 24a293e

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
@@ -54,6 +54,7 @@
5454
"lint:fix": "eslint . --fix",
5555
"dev": "nuxi dev playground",
5656
"dev:build": "nuxi build playground",
57+
"prepack": "pnpm run build",
5758
"prepare:fixtures": "nuxi prepare test/fixtures/basic",
5859
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground && nuxi prepare client && pnpm run prepare:fixtures",
5960
"release": "pnpm build && bumpp -x \"npx changelogen --output=CHANGELOG.md\"",

0 commit comments

Comments
 (0)