cal.pub0.org/turbo.json

39 lines
695 B
JSON
Raw Normal View History

2022-02-09 22:17:10 +00:00
{
2022-02-09 22:37:50 +00:00
"baseBranch": "origin/main",
"globalDependencies": [".env"],
2022-02-09 22:17:10 +00:00
"pipeline": {
2022-02-10 23:11:40 +00:00
"@calcom/web#db-deploy": {},
"@calcom/web#db-seed": {
"dependsOn": ["@calcom/web#db-deploy"]
2022-02-10 18:30:32 +00:00
},
2022-02-09 22:17:10 +00:00
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**", ".next/**"]
},
2022-02-11 02:12:57 +00:00
"db-deploy": {},
2022-02-10 18:56:41 +00:00
"db-seed": {},
2022-02-09 23:59:34 +00:00
"deploy": {
"dependsOn": []
},
2022-02-09 22:17:10 +00:00
"clean": {
"cache": false
},
"dev": {
"cache": false
2022-02-09 22:37:50 +00:00
},
"dx": {
"cache": false
},
"lint": {
"outputs": []
2022-02-09 22:45:25 +00:00
},
2022-02-10 18:51:25 +00:00
"start": {},
2022-02-10 18:30:32 +00:00
"test": {
2022-02-10 23:11:40 +00:00
"dependsOn": ["@calcom/web#build", "@calcom/web#db-seed"]
2022-02-10 18:30:32 +00:00
},
2022-02-09 22:45:25 +00:00
"type-check": {
"outputs": []
2022-02-10 19:00:12 +00:00
}
2022-02-09 22:17:10 +00:00
}
}