Skip to content

Commit e0caa96

Browse files
committed
Remove unused release scripts
1 parent 74e5f13 commit e0caa96

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"example": "node -r @swc-node/register ./packages/examples/example.ts",
1212
"plus-example": "node -r @swc-node/register ./packages/examples/rest-plus-example.ts",
1313
"hb": "npm run build && TEST_HOMEBRIDGE=true homebridge -U ./.homebridge",
14-
"push-with-tags": "git push --follow-tags && node ./build/github-releaser.js",
14+
"push-with-tags": "git push --follow-tags",
1515
"predeploy": "git pull -r && turbo run build test lint",
1616
"postdeploy": "npm run push-with-tags",
17-
"deploy": "changeset version && git commit -am 'Bump versions for release' && ./run-with-env changeset publish",
17+
"deploy": "changeset version && git commit -am 'Bump versions for release' && changeset publish",
1818
"prepare-beta": "changeset pre enter beta && git add .changeset/pre.json && git commit -am 'Prepare for beta release'",
1919
"exit-beta": "changeset pre exit && commit -am 'Exit beta release'"
2020
},

run-with-env

-8
This file was deleted.

0 commit comments

Comments
 (0)