{ "$schema": "https://turborepo.org/schema.json", "pipeline": { "build": { "dependsOn": ["^build"] }, "next-auth#build": { "dependsOn": ["^build"], "outputs": [ "lib/**", "css/**", "jwt/**", "react/**", "next/**", "client/**", "providers/**", "core/**", "index.d.ts", "index.js", "adapters.d.ts", "middleware.d.ts", "middleware.js" ] }, "clean": { "cache": false }, "dev": { "cache": false }, "lint": { "outputs": [] }, "test": { "dependsOn": ["lint"], "outputs": [] }, "@next-auth/upstash-redis-adapter#test": { "dependsOn": ["$UPSTASH_REDIS_KEY", "$UPSTASH_REDIS_URL"] } } }