cal/turbo.json

39 lines
726 B
JSON
Raw Normal View History

2022-02-09 19:17:10 -03:00
{
2022-02-09 19:37:50 -03:00
"baseBranch": "origin/main",
"globalDependencies": [".env"],
2022-02-09 19:17:10 -03:00
"pipeline": {
2022-02-10 15:30:32 -03:00
"@calcom/calendso#db-deploy": {},
"@calcom/calendso#db-seed": {
"dependsOn": ["@calcom/calendso#db-deploy"]
},
2022-02-09 19:17:10 -03:00
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**", ".next/**"]
},
2022-02-10 15:56:41 -03:00
"db-seed": {},
2022-02-09 20:59:34 -03:00
"deploy": {
"dependsOn": []
},
2022-02-09 19:17:10 -03:00
"clean": {
"cache": false
},
"dev": {
"cache": false
2022-02-09 19:37:50 -03:00
},
"dx": {
"cache": false
},
"lint": {
"outputs": []
2022-02-09 19:45:25 -03:00
},
2022-02-10 15:51:25 -03:00
"start": {},
2022-02-10 15:30:32 -03:00
"test": {
"dependsOn": ["@calcom/calendso#build", "@calcom/calendso#db-seed"]
},
2022-02-09 19:45:25 -03:00
"type-check": {
"outputs": []
2022-02-10 15:58:59 -03:00
},
"test-playwright": {}
2022-02-09 19:17:10 -03:00
}
}