turbo: enable cache for build

This commit is contained in:
vchikalkin 2023-02-01 20:13:00 +03:00
parent 3bc6f43551
commit 3d4d8198da

View File

@ -3,8 +3,7 @@
"pipeline": {
"build": {
"outputs": ["dist/**", ".next/**", "public/dist/**"],
"dependsOn": ["^build"],
"cache": false
"dependsOn": ["^build"]
},
"test": {
"cache": false