File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 36
36
"test:e2e" : " cross-env VERBOSE=true KEEP_OUTPUT=true npm run test:integration:sandbox:none" ,
37
37
"test:integration:all" : " npm run test:integration:sandbox:none && npm run test:integration:sandbox:docker && npm run test:integration:sandbox:podman" ,
38
38
"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" ,
40
40
"test:integration:sandbox:podman" : " GEMINI_SANDBOX=podman vitest run --root ./integration-tests" ,
41
41
"lint" : " eslint . --ext .ts,.tsx && eslint integration-tests" ,
42
42
"lint:fix" : " eslint . --fix && eslint integration-tests --fix" ,
You can’t perform that action at this time.
0 commit comments