Skip to content

Commit 50e4801

Browse files
committed
fix
1 parent eca9fcc commit 50e4801

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
@@ -12,7 +12,7 @@
1212
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
1313
"generate": "nuxi generate playground",
1414
"docs": "rm -rf playground/.output && npm run generate && rm -rf docs && mv playground/.output/public docs && touch docs/.nojekyll && rm -rf playground/.output playground/dist && git add docs",
15-
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
15+
"release": "npm run test && npm run prepack && changelogen --release && npm publish && git push --follow-tags",
1616
"lint": "eslint .",
1717
"sass:convert": "sass -w src/runtime/styles.scss src/runtime/styles.css",
1818
"cleanup": "rm -rf node_modules package-lock.json dist generate .nuxt playground/.nuxt playground/node_modules playground/package-lock.json playground2/.nuxt playground2/node_modules playground2/package-lock.json",

0 commit comments

Comments
 (0)