Skip to content

Commit 97e1c36

Browse files
authored
chore: Fixed commands. Fixes #140. (#143)
Signed-off-by: Paolo Insogna <[email protected]>
1 parent 72f3e49 commit 97e1c36

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
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",
@@ -82,4 +82,4 @@
8282
"engines": {
8383
"node": ">= 20.19.4 || >= 22.18.0 || >= 24.6.0"
8484
}
85-
}
85+
}

0 commit comments

Comments
 (0)