Fix prisma setup on e2e tests (#2070)

Co-authored-by: Omar López <zomars@me.com>
This commit is contained in:
Demian Caldelas 2022-03-07 13:35:12 -03:00 committed by GitHub
parent 3bcc4b86e5
commit 322a845a17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@
"start": "turbo run start --scope=\"@calcom/web\"",
"test": "turbo run 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"
},
"devDependencies": {