Skip to content

Commit 9b56a2f

Browse files
committed
chore: fix release tagging
1 parent eaaf26c commit 9b56a2f

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
@@ -63,7 +63,7 @@
6363
"build": "nuxt-module-build build",
6464
"postbuild": "node scripts/post-build.js",
6565
"prerelease": "node -v | grep -q 'v22' || (echo 'Please use Node.js v22 for deployment' && exit 1)",
66-
"release": "yarn lint && yarn test && changelogen --release && yarn build && yarn publish && git push --follow-tags",
66+
"release": "yarn lint && yarn test && yarn prepack && changelogen --release && yarn publish && git push --follow-tags",
6767
"lint": "eslint .",
6868
"lint:fix": "eslint . --fix",
6969
"pretest": "node -v | grep -q 'v22' || (echo 'Please use Node.js v22 for testing' && exit 1)",

0 commit comments

Comments
 (0)