mirror of
https://github.com/CompeyDev/create-guilded-bot.git
synced 2025-01-06 03:09:09 +00:00
chore(turbo): experimental remote caching for builds
This commit is contained in:
parent
f1b702e756
commit
778af70db7
1 changed files with 3 additions and 0 deletions
|
@ -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"],
|
||||||
|
|
Loading…
Reference in a new issue