Skip to content

Commit 9dd36d6

Browse files
authored
Fix sandbox npm command (#7176)
1 parent 0910b35 commit 9dd36d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"test:e2e": "cross-env VERBOSE=true KEEP_OUTPUT=true npm run test:integration:sandbox:none",
3737
"test:integration:all": "npm run test:integration:sandbox:none && npm run test:integration:sandbox:docker && npm run test:integration:sandbox:podman",
3838
"test:integration:sandbox:none": "GEMINI_SANDBOX=false vitest run --root ./integration-tests",
39-
"test:integration:sandbox:docker": "npm run build:sandbox && GEMINI_SANDBOX=docker vitest run --root ./integration-tests",
39+
"test:integration:sandbox:docker": "GEMINI_SANDBOX=docker npm run build:sandbox && GEMINI_SANDBOX=docker vitest run --root ./integration-tests",
4040
"test:integration:sandbox:podman": "GEMINI_SANDBOX=podman vitest run --root ./integration-tests",
4141
"lint": "eslint . --ext .ts,.tsx && eslint integration-tests",
4242
"lint:fix": "eslint . --fix && eslint integration-tests --fix",

0 commit comments

Comments
 (0)