E2E fixes (#1858)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"$schema": "https://turborepo.org/schema.json",
|
||||
"baseBranch": "origin/main",
|
||||
"globalDependencies": ["apps/web/.env"],
|
||||
"globalDependencies": ["apps/web/.env", "packages/prisma/.env"],
|
||||
"pipeline": {
|
||||
"@calcom/web#db-deploy": {},
|
||||
"@calcom/web#db-seed": {
|
||||
@@ -75,6 +75,9 @@
|
||||
"test": {
|
||||
"dependsOn": ["@calcom/web#build", "@calcom/web#db-seed"]
|
||||
},
|
||||
"test-e2e": {
|
||||
"dependsOn": ["^test"]
|
||||
},
|
||||
"type-check": {
|
||||
"outputs": []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user