Test fixes

This commit is contained in:
zomars
2022-02-10 11:30:32 -07:00
committed by Omar López
parent cee41eabc7
commit 0e43766b9c
4 changed files with 9 additions and 3 deletions

View File

@@ -2,6 +2,10 @@
"baseBranch": "origin/main",
"globalDependencies": [".env"],
"pipeline": {
"@calcom/calendso#db-deploy": {},
"@calcom/calendso#db-seed": {
"dependsOn": ["@calcom/calendso#db-deploy"]
},
"build": {
"dependsOn": ["^build"],
"outputs": ["dist/**", ".next/**"]
@@ -21,6 +25,9 @@
"lint": {
"outputs": []
},
"test": {
"dependsOn": ["@calcom/calendso#build", "@calcom/calendso#db-seed"]
},
"type-check": {
"outputs": []
}