From b405387e26430f1e9468af02e91cef535d76954d Mon Sep 17 00:00:00 2001 From: Dmitry Shirokov Date: Fri, 10 Mar 2023 10:51:09 +1100 Subject: [PATCH] chore: Use npx instead of `npm bin` --- .github/workflows/test-build.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/test-build.sh b/.github/workflows/test-build.sh index 9bde9a1..8e21082 100755 --- a/.github/workflows/test-build.sh +++ b/.github/workflows/test-build.sh @@ -1,6 +1,4 @@ #!/bin/sh -ex -export PATH=$PATH:$(npm bin) - node ./.github/workflows/test-build.js -ts-node ./.github/workflows/test-build.ts \ No newline at end of file +npx ts-node ./.github/workflows/test-build.ts