Skip to content

Commit

Permalink
Try diff shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
ChewingGlass committed Oct 12, 2023
1 parent 417ec66 commit 31ec0f9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/create-proposals.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ jobs:
- run: yarn install
shell: bash

- run: export PATH=$PATH:$(pwd)/node_modules/.bin
shell: bash

- run: echo "$DEPLOY_KEYPAIR" > ./deploy-keypair.json && chmod 600 ./deploy-keypair.json
shell: bash
env:
Expand Down
2 changes: 1 addition & 1 deletion bin/helium-vote.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env ts-node-script
#!/usr/bin/env ../node_modules/.bin/ts-node

const { hideBin } = require("yargs/helpers");

Expand Down

0 comments on commit 31ec0f9

Please sign in to comment.