6 lines
125 B
Bash
6 lines
125 B
Bash
|
#!/bin/sh -ex
|
||
|
|
||
|
export PATH=$PATH:$(npm bin)
|
||
|
|
||
|
node ./.github/workflows/test-build.js
|
||
|
ts-node ./.github/workflows/test-build.ts
|