Skip to content

Commit

Permalink
chore: remove test and prerelease script
Browse files Browse the repository at this point in the history
  • Loading branch information
sandros94 committed Sep 13, 2024
1 parent 1409649 commit c9995fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,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": "nr lint && nr test && nr prepack && changelogen --release --push --publish",
"prerelease": "nr lint && nr test && nr prepack && changelogen --release --push --publish --publishTag next --prerelease",
"release": "nr lint && nr prepack && changelogen --release --push --publish",
"lint": "eslint .",
"test": "vitest run",
"test:watch": "vitest watch",
Expand Down

0 comments on commit c9995fe

Please sign in to comment.