Update package.json
parent
978d848b39
commit
0b3d98a4bc
|
@ -57,8 +57,8 @@
|
||||||
"tdd": "jest --watch",
|
"tdd": "jest --watch",
|
||||||
"e2e": "NEXT_PUBLIC_IS_E2E=1 yarn playwright test --project=@calcom/web",
|
"e2e": "NEXT_PUBLIC_IS_E2E=1 yarn playwright test --project=@calcom/web",
|
||||||
"e2e:app-store": "QUICK=true yarn playwright test --project=@calcom/app-store",
|
"e2e:app-store": "QUICK=true yarn playwright test --project=@calcom/app-store",
|
||||||
"test-e2e": "yarn db-seed && yarn build && yarn e2e",
|
"test-e2e": "yarn db-seed && yarn e2e",
|
||||||
"test-e2e:app-store": "yarn db-seed && yarn build && yarn e2e:app-store",
|
"test-e2e:app-store": "yarn db-seed && yarn e2e:app-store",
|
||||||
"test-playwright": "yarn playwright test --config=playwright.config.ts",
|
"test-playwright": "yarn playwright test --config=playwright.config.ts",
|
||||||
"test": "jest",
|
"test": "jest",
|
||||||
"type-check": "turbo run type-check",
|
"type-check": "turbo run type-check",
|
||||||
|
|
Loading…
Reference in New Issue