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 44 - pull_request
55jobs :
66 test :
7+ env :
8+ BIN_EXEC : bun
79 name : Bun.js
810 runs-on : ubuntu-latest
911 steps :
Original file line number Diff line number Diff line change 44 - pull_request
55jobs :
66 test :
7- env :
8- BIN_EXEC : tsx
97 name : Node.js ${{ matrix.node-version }}
108 runs-on : ubuntu-latest
119 strategy :
Original file line number Diff line number Diff line change 3131 "node" : " ^14.13.1 || >=16.0.0"
3232 },
3333 "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" ,
3838 "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"
4141 },
4242 "files" : [
4343 " configs/" ,
You can’t perform that action at this time.
0 commit comments