From 20825e41148a58998a6b1e5869149eac8d09cfbd Mon Sep 17 00:00:00 2001 From: matt korwel Date: Sun, 6 Jul 2025 20:16:42 -0700 Subject: Release misc (#3418) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index c0710581..edb391da 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "test:integration:sandbox:none": "GEMINI_SANDBOX=false node integration-tests/run-tests.js", "test:integration:sandbox:docker": "GEMINI_SANDBOX=docker node integration-tests/run-tests.js", "test:integration:sandbox:podman": "GEMINI_SANDBOX=podman node integration-tests/run-tests.js", - "test:scripts": "vitest --config ./scripts/tests/vitest.config.ts", + "test:scripts": "vitest run --config ./scripts/tests/vitest.config.ts", "start": "node scripts/start.js", "debug": "cross-env DEBUG=1 node --inspect-brk scripts/start.js", "lint:fix": "eslint . --fix && eslint integration-tests --fix", -- cgit v1.2.3