File tree 2 files changed +2
-10
lines changed
2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 11
11
"example" : " node -r @swc-node/register ./packages/examples/example.ts" ,
12
12
"plus-example" : " node -r @swc-node/register ./packages/examples/rest-plus-example.ts" ,
13
13
"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" ,
15
15
"predeploy" : " git pull -r && turbo run build test lint" ,
16
16
"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" ,
18
18
"prepare-beta" : " changeset pre enter beta && git add .changeset/pre.json && git commit -am 'Prepare for beta release'" ,
19
19
"exit-beta" : " changeset pre exit && commit -am 'Exit beta release'"
20
20
},
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments