Test fixes
This commit is contained in:
@@ -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": []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user