From 417ec66d1f3f50ebe9f6640be3cd02e084136818 Mon Sep 17 00:00:00 2001 From: Chewing Glass Date: Thu, 12 Oct 2023 11:23:13 -0400 Subject: [PATCH] Try ts-node-script --- .github/workflows/create-proposals.yaml | 2 -- bin/helium-vote.ts | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/create-proposals.yaml b/.github/workflows/create-proposals.yaml index adc0890..0756c28 100644 --- a/.github/workflows/create-proposals.yaml +++ b/.github/workflows/create-proposals.yaml @@ -33,8 +33,6 @@ jobs: - run: export PATH=$PATH:$(pwd)/node_modules/.bin shell: bash - - run: ls node_modules/.bin - shell: bash - run: echo "$DEPLOY_KEYPAIR" > ./deploy-keypair.json && chmod 600 ./deploy-keypair.json shell: bash diff --git a/bin/helium-vote.ts b/bin/helium-vote.ts index aa3e6a1..1129063 100755 --- a/bin/helium-vote.ts +++ b/bin/helium-vote.ts @@ -1,4 +1,4 @@ -#!/usr/bin/env ts-node +#!/usr/bin/env ts-node-script const { hideBin } = require("yargs/helpers");