File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 4
4
- pull_request
5
5
jobs :
6
6
test :
7
+ env :
8
+ BIN_EXEC : bun
7
9
name : Bun.js
8
10
runs-on : ubuntu-latest
9
11
steps :
Original file line number Diff line number Diff line change 4
4
- pull_request
5
5
jobs :
6
6
test :
7
- env :
8
- BIN_EXEC : tsx
9
7
name : Node.js ${{ matrix.node-version }}
10
8
runs-on : ubuntu-latest
11
9
strategy :
Original file line number Diff line number Diff line change 31
31
"node" : " ^14.13.1 || >=16.0.0"
32
32
},
33
33
"scripts" : {
34
- "build" : " ${BIN_EXEC:=bun } src/bin.ts build" ,
35
- "check" : " ${BIN_EXEC:=bun } src/bin.ts check" ,
36
- "format" : " ${BIN_EXEC:=bun } src/bin.ts format" ,
37
- "prepare" : " ${BIN_EXEC:=bun } src/bin.ts install" ,
34
+ "build" : " ${BIN_EXEC:=tsx } src/bin.ts build" ,
35
+ "check" : " ${BIN_EXEC:=tsx } src/bin.ts check" ,
36
+ "format" : " ${BIN_EXEC:=tsx } src/bin.ts format" ,
37
+ "prepare" : " ${BIN_EXEC:=tsx } src/bin.ts install" ,
38
38
"prepublishOnly" : " npm run build" ,
39
- "specs" : " ${BIN_EXEC:=bun } src/bin.ts specs" ,
40
- "test" : " ${BIN_EXEC:=bun } src/bin.ts test"
39
+ "specs" : " ${BIN_EXEC:=tsx } src/bin.ts specs" ,
40
+ "test" : " ${BIN_EXEC:=tsx } src/bin.ts test"
41
41
},
42
42
"files" : [
43
43
" configs/" ,
You can’t perform that action at this time.
0 commit comments