Skip to content

Commit

Permalink
🔧 chore(package.json): remove unnecessary git push command from relea…
Browse files Browse the repository at this point in the history
…se script

The git push command was removed from the release script as it is not necessary to push the changes to the repository after publishing the package.
  • Loading branch information
nyxb committed May 21, 2023
1 parent b47900b commit 381ed12
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 @@ -38,7 +38,7 @@
"test:dts": "tsd -f tests/zyro.test-d.ts",
"lint": "eslint --ext .ts,.js .",
"lint:fix": "eslint --ext .ts,.js . --fix",
"release": "nyxr test && nyxr build && nyxlx changelogen --release && pnpm publish && git push --follow-tags",
"release": "nyxr test && nyxr build && nyxlx changelogen@latest --release && pnpm publish",
"test": "nyxr lint && vitest run --coverage"
},
"dependencies": {
Expand Down

0 comments on commit 381ed12

Please sign in to comment.