Skip to content

Commit d110710

Browse files
authored
chore: update prepack script to include nuxi prepare command (#106)
1 parent b07ed76 commit d110710

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
@@ -18,7 +18,7 @@
1818
"dist"
1919
],
2020
"scripts": {
21-
"prepack": "nuxt-module-build build",
21+
"prepack": "nuxi prepare playground && nuxt-module-build build",
2222
"build": "pnpm prepack",
2323
"dev": "nuxi dev playground",
2424
"dev:build": "nuxi build playground",

0 commit comments

Comments
 (0)