chore(turbo): experimental remote caching for builds

This commit is contained in:
Erica Marigold 2022-11-22 16:48:29 +05:30
parent f1b702e756
commit 778af70db7
No known key found for this signature in database
GPG key ID: 23CD97ABBBCC5ED2

View file

@ -1,5 +1,8 @@
{ {
"$schema": "https://turbo.build/schema.json", "$schema": "https://turbo.build/schema.json",
"remoteCache": {
"signature": true
},
"pipeline": { "pipeline": {
"build": { "build": {
"dependsOn": ["^build"], "dependsOn": ["^build"],