File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 18
18
- run : npm install
19
19
- run : npm run check-format
20
20
- run : npm run lint
21
- - run : npm run test-node
21
+ - run : npm run test
22
22
- run : npm run build
Original file line number Diff line number Diff line change 37
37
},
38
38
"scripts" : {
39
39
"test" : " npx mocha \" test/**/*.test.ts\" --timeout 10000 -r dotenv/config" ,
40
- "test-bun" : " bunx mocha \" test/**/*.test.ts\" --timeout 10000" ,
41
- "test-node" : " npx mocha \" test/**/*.test.ts\" --timeout 10000" ,
40
+ "test-bun" : " bunx mocha \" test/**/*.test.ts\" --timeout 10000 -r dotenv/config" ,
42
41
"build" : " rm -rf dist && npx tsc && npx rollup --config" ,
43
42
"all-tests" : " npm run format && npm run lint && npm run test && npm run build && npm run test-doc && bun upgrade && bun run test-bun" ,
44
43
"rollup" : " npx rollup --config" ,
You can’t perform that action at this time.
0 commit comments