http://gothub.nowherejezfoltodf4jiyl6r56jnzintap5vyjlia7fkirfsnfizflqd.onion/yangshun/tech-interview-handbook/blob/main/turbo.json
GotHub (master) Explore About Source code Back to yangshun/tech-interview-handbook turbo.json Raw 1 { 2 "$schema" : "https://turborepo.org/schema.json" , 3 "pipeline" : { 4 "build" : { 5 "outputs" : [ 6 "dist/**" , 7 ".next/**" , 8 "build/**" , 9 "api/**" , 10 "public/build/**" 11 ] , 12 "dependsOn" : [ "^build" ] 13 } , 14 "test" : { 15 "outputs" : [ "coverage/**" ] , 16 "dependsOn" : [ ] 17 } , 18 "lint" : { 19 "dependsOn" : [ "^build" ] , 20 "outputs" : [ ] 21 } , 22 "tsc" : { 23 "cache" : true 24 } ,...