chore: Use npx instead of `npm bin`

This commit is contained in:
Dmitry Shirokov 2023-03-10 10:51:09 +11:00
parent 12274b3d17
commit b405387e26
1 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,4 @@
#!/bin/sh -ex #!/bin/sh -ex
export PATH=$PATH:$(npm bin)
node ./.github/workflows/test-build.js node ./.github/workflows/test-build.js
ts-node ./.github/workflows/test-build.ts npx ts-node ./.github/workflows/test-build.ts