Skip to content

Commit c36ac34

Browse files
committed
fix: Updates build command to include stub generation
Ensures stub generation during the build process. This change standardizes the build process by consistently including stub generation.
1 parent 7dd48f6 commit c36ac34

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
@@ -59,7 +59,7 @@
5959
"dev": "yarn dev:prepare && nuxi dev playground",
6060
"dev:build": "nuxi build playground",
6161
"dev:prepare": "yarn nuxt-module-build build --stub && yarn nuxt-module-build prepare && nuxi prepare playground",
62-
"build": "nuxt-module-build build",
62+
"build": "nuxt-module-build build --stub",
6363
"postbuild": "node scripts/post-build.js",
6464
"prerelease": "node -v | grep -q 'v22' || (echo 'Please use Node.js v22 for deployment' && exit 1)",
6565
"release": "yarn lint && yarn test && changelogen --release && yarn build && yarn publish && git push --follow-tags",

0 commit comments

Comments
 (0)