File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3232 "format" : " prettier -w benchmarks playground src test" ,
3333 "test" : " c8 -c test/config/c8-local.json node --env-file=test/config/env --no-warnings --test --test-timeout=600000 'test/**/*.test.ts'" ,
3434 "test:ci" : " c8 -c test/config/c8-ci.json node --env-file=test/config/env --no-warnings --test --test-timeout=600000 'test/**/*.test.ts'" ,
35- "test:docker:up" : " node scripts/ docker.ts up -d --wait" ,
36- "test:docker:down" : " node scripts/ docker.ts down" ,
35+ "test:docker:up" : " docker-compose up -d --wait" ,
36+ "test:docker:down" : " docker-compose down" ,
3737 "ci" : " npm run build && npm run lint && npm run test:ci" ,
3838 "ci:v20" : " npm run lint && rm -rf dist && tsc -p tsconfig.json && node dist/scripts/postbuild.js && cd dist && c8 -c ../test/config/c8-ci.json node --env-file=../test/config/env --no-warnings --test --test-timeout=600000" ,
3939 "prepublishOnly" : " npm run build && npm run lint" ,
8282 "engines" : {
8383 "node" : " >= 20.19.4 || >= 22.18.0 || >= 24.6.0"
8484 }
85- }
85+ }
You can’t perform that action at this time.
0 commit comments