chore: Use npx instead of `npm bin`
This commit is contained in:
parent
12274b3d17
commit
b405387e26
|
@ -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
|
||||
npx ts-node ./.github/workflows/test-build.ts
|
||||
|
|
Loading…
Reference in New Issue