{ "$schema": "http://turbo.build/schema.json", "extends": ["//"], "tasks": { "build": { "env": [ "npm_config_user_agent", "CREATE_CLOUDFLARE_RELAUNCHED", "CREATE_CLOUDFLARE_TELEMETRY_DISABLED", "CREATE_CLOUDFLARE_TELEMETRY_DEBUG", "SPARROW_SOURCE_KEY" ], "inputs": ["$TURBO_DEFAULT$", "!e2e/**", "!vitest-e2e.config.ts"], "outputs": ["dist/**"] }, "test:ci": { "dependsOn": ["build"] }, "test:e2e": { "passThroughEnv": ["GITHUB_TOKEN"], "env": [ "$TURBO_EXTENDS$", "E2E_EXPERIMENTAL", "E2E_TEST_FILTER", "E2E_TEST_PM", "E2E_TEST_PM_VERSION", "E2E_WORKER_TEMPLATE_TO_TEST", "E2E_FRAMEWORK_TEMPLATE_TO_TEST", "E2E_PROJECT_PATH", "E2E_TEST_RETRIES", "E2E_RUN_DEPLOY_TESTS" ], "dependsOn": ["build"], "inputs": ["e2e/**", "vitest-e2e.config.ts", "!e2e/README.md"], "outputs": [".e2e-logs", ".e2e-logs-experimental"] } } }