We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaaf26c commit 9b56a2fCopy full SHA for 9b56a2f
package.json
@@ -63,7 +63,7 @@
63
"build": "nuxt-module-build build",
64
"postbuild": "node scripts/post-build.js",
65
"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",
+ "release": "yarn lint && yarn test && yarn prepack && changelogen --release && yarn publish && git push --follow-tags",
67
"lint": "eslint .",
68
"lint:fix": "eslint . --fix",
69
"pretest": "node -v | grep -q 'v22' || (echo 'Please use Node.js v22 for testing' && exit 1)",
0 commit comments