2
0
Files
bot/turbo.json

57 lines
1.3 KiB
JSON
Raw Normal View History

2022-01-28 17:57:14 +01:00
{
"baseBranch": "origin/main",
"pipeline": {
2022-11-21 11:12:43 +01:00
"lint": {
"outputs": []
},
2022-11-21 15:39:31 +01:00
"dev": {
"dependsOn": [
"^dev",
"@typebot.io/prisma#db:generate",
"@typebot.io/prisma#db:push"
],
2022-11-21 15:39:31 +01:00
"cache": false
},
2022-01-28 17:57:14 +01:00
"build": {
"dependsOn": ["^build", "@typebot.io/prisma#db:generate"],
2022-09-18 15:09:49 +02:00
"outputs": [".next/**", "dist/**", "build/**"],
"outputMode": "new-only"
2022-01-28 17:57:14 +01:00
},
"build:docker": {
"dependsOn": ["^build", "@typebot.io/prisma#db:generate"],
"outputs": [".next/**", "dist/**", "build/**"],
"outputMode": "new-only"
},
"docs#build": {
"dependsOn": ["api:generate"],
"outputs": ["build/**"],
"outputMode": "new-only"
},
"build:env": {
"cache": false
},
"api:generate": {
"dependsOn": ["@typebot.io/prisma#db:generate"],
"cache": false
},
2022-11-21 15:39:31 +01:00
"db:generate": {
"cache": false
},
2022-11-21 15:39:31 +01:00
"db:push": {
2022-11-02 19:45:46 +01:00
"cache": false
},
"db:cleanDatabase": {
"dependsOn": ["@typebot.io/prisma#db:generate"],
"cache": false
},
"telemetry:sendTotalResultsDigest": {
"dependsOn": ["@typebot.io/prisma#db:generate"],
"cache": false
},
"sendAlertEmails": {
"dependsOn": ["@typebot.io/prisma#db:generate"],
"cache": false
2022-01-28 17:57:14 +01:00
}
2022-08-08 08:21:36 +02:00
}
2022-01-28 17:57:14 +01:00
}