Fix prisma setup on e2e tests (#2070)
Co-authored-by: Omar López <zomars@me.com>
This commit is contained in:
parent
3bcc4b86e5
commit
322a845a17
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
"start": "turbo run start --scope=\"@calcom/web\"",
|
"start": "turbo run start --scope=\"@calcom/web\"",
|
||||||
"test": "turbo run test",
|
"test": "turbo run test",
|
||||||
"test-playwright": "yarn playwright test",
|
"test-playwright": "yarn playwright test",
|
||||||
"test-e2e": "turbo run test-e2e",
|
"test-e2e": "turbo run test-e2e --concurrency=1",
|
||||||
"type-check": "turbo run type-check"
|
"type-check": "turbo run type-check"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
Loading…
Reference in a new issue