Skip to content

Commit

Permalink
chore: update release scrips
Browse files Browse the repository at this point in the history
  • Loading branch information
sandros94 committed Sep 11, 2024
1 parent 5a868e2 commit 6b6bd64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@
"dev": "nuxi dev playground",
"dev:build": "nuxi build playground",
"dev:prepare": "nuxt-module-build build --stub && nuxt-module-build prepare && nuxi prepare playground",
"release": "nr lint && nr test && nr prepack && changelogen --minor --release && na publish && git push --follow-tags",
"release": "nr lint && nr test && nr prepack && changelogen --release --push --publish",
"prerelease": "nr lint && nr test && nr prepack && changelogen --release --push --publish --publishTag next --prerelease",
"lint": "eslint .",
"test": "vitest run",
"test:watch": "vitest watch",
Expand Down

0 comments on commit 6b6bd64

Please sign in to comment.