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 18:30:32 +00:00
|
|
|
"@calcom/calendso#db-deploy": {},
|
|
|
|
"@calcom/calendso#db-seed": {
|
|
|
|
"dependsOn": ["@calcom/calendso#db-deploy"]
|
|
|
|
},
|
2022-02-09 22:17:10 +00:00
|
|
|
"build": {
|
|
|
|
"dependsOn": ["^build"],
|
|
|
|
"outputs": ["dist/**", ".next/**"]
|
|
|
|
},
|
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": {
|
|
|
|
"dependsOn": ["@calcom/calendso#build", "@calcom/calendso#db-seed"]
|
|
|
|
},
|
2022-02-09 22:45:25 +00:00
|
|
|
"type-check": {
|
|
|
|
"outputs": []
|
2022-02-09 22:17:10 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|