Skip to content

Commit

Permalink
Remove unused release scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
dgreif committed Jun 22, 2024
1 parent fce8f02 commit bc92c91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
"example": "node -r @swc-node/register ./packages/examples/example.ts",
"plus-example": "node -r @swc-node/register ./packages/examples/rest-plus-example.ts",
"hb": "npm run build && TEST_HOMEBRIDGE=true homebridge -U ./.homebridge",
"push-with-tags": "git push --follow-tags && node ./build/github-releaser.js",
"push-with-tags": "git push --follow-tags",
"predeploy": "git pull -r && turbo run build test lint",
"postdeploy": "npm run push-with-tags",
"deploy": "changeset version && git commit -am 'Bump versions for release' && ./run-with-env changeset publish",
"deploy": "changeset version && git commit -am 'Bump versions for release' && changeset publish",
"prepare-beta": "changeset pre enter beta && git add .changeset/pre.json && git commit -am 'Prepare for beta release'",
"exit-beta": "changeset pre exit && commit -am 'Exit beta release'"
},
Expand Down
8 changes: 0 additions & 8 deletions run-with-env

This file was deleted.

0 comments on commit bc92c91

Please sign in to comment.