1
0
Fork 0

chore: update turbo.json - values from vercel/examples/monorepo

This commit is contained in:
Vojtěch Mareš 2023-06-06 19:20:46 +02:00
parent 88bbd94a37
commit 16977c7b1c
Signed by: vojtech.mares
GPG key ID: C6827B976F17240D

View file

@ -3,13 +3,23 @@
"pipeline": {
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**", ".next/**"]
"outputs": [".next/**", "!.next/cache/**", "dist/**"]
},
"test": {
"dependsOn": ["^build"],
"outputs": []
},
"lint": {
"outputs": []
},
"dev": {
"cache": false
},
"start": {
"cache": false
},
"clean": {
"cache": false
}
}
}