Skip to content

Commit

Permalink
fix: release scrtip err
Browse files Browse the repository at this point in the history
  • Loading branch information
MangMax committed Aug 12, 2024
1 parent da4d4f5 commit 2257d93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish && git push --registry https://registry.npmjs.org/ --follow-tags",
"release": "npm run lint && npm run test && npm run prepack && changelogen --release && npm publish --registry https://registry.npmjs.org/ && git push --follow-tags",
"lint": "eslint .",
"test": "vitest run",
"test:watch": "vitest watch",
Expand Down

0 comments on commit 2257d93

Please sign in to comment.