Skip to content

Commit

Permalink
🔥 chore(package.json): remove 'nyxr test' command from release script
Browse files Browse the repository at this point in the history
The 'nyxr test' command was removed from the release script as it is not necessary to run tests before publishing a new version.
  • Loading branch information
nyxb committed May 12, 2023
1 parent 9fe61c8 commit 3b54c14
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 @@ -42,7 +42,7 @@
"nyxr": "esno src/commands/nyxr.ts",
"build": "unbuild",
"stub": "unbuild --stub",
"release": "nyxr test && nyxlx changelogen --release && pnpm publish && git push --follow-tags",
"release": "nyxlx changelogen --release && pnpm publish && git push --follow-tags",
"lint": "eslint .",
"test": "vitest",
"nyxinit": "esno src/commands/nyxinit.ts"
Expand Down

0 comments on commit 3b54c14

Please sign in to comment.