File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
packages/platform/examples/base Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ export default defineConfig({
38
38
] ,
39
39
webServer : {
40
40
command : process . env . CI
41
- ? `rm -f prisma/dev.db && yarn prisma db push && NEXT_PUBLIC_IS_E2E=1 NODE_ENV=test NEXT_PUBLIC_X_CAL_ID="${ process . env . ATOMS_E2E_OAUTH_CLIENT_ID } " X_CAL_SECRET_KEY="${ process . env . ATOMS_E2E_OAUTH_CLIENT_SECRET } " NEXT_PUBLIC_CALCOM_API_URL="${ process . env . ATOMS_E2E_API_URL } " VITE_BOOKER_EMBED_OAUTH_CLIENT_ID="${ process . env . ATOMS_E2E_OAUTH_CLIENT_ID_BOOKER_EMBED } " VITE_BOOKER_EMBED_API_URL="${ process . env . ATOMS_E2E_API_URL } " ORGANIZATION_ID=${ process . env . ATOMS_E2E_ORG_ID } yarn dev:e2e`
41
+ ? `yarn workspace @calcom/atoms dev-on && yarn workspace @calcom/atoms build && rm -f prisma/dev.db && yarn prisma db push && NEXT_PUBLIC_IS_E2E=1 NODE_ENV=test NEXT_PUBLIC_X_CAL_ID="${ process . env . ATOMS_E2E_OAUTH_CLIENT_ID } " X_CAL_SECRET_KEY="${ process . env . ATOMS_E2E_OAUTH_CLIENT_SECRET } " NEXT_PUBLIC_CALCOM_API_URL="${ process . env . ATOMS_E2E_API_URL } " VITE_BOOKER_EMBED_OAUTH_CLIENT_ID="${ process . env . ATOMS_E2E_OAUTH_CLIENT_ID_BOOKER_EMBED } " VITE_BOOKER_EMBED_API_URL="${ process . env . ATOMS_E2E_API_URL } " ORGANIZATION_ID=${ process . env . ATOMS_E2E_ORG_ID } yarn dev:e2e`
42
42
: `rm -f prisma/dev.db && yarn prisma db push && yarn dev:e2e` ,
43
43
url : 'http://localhost:4322' ,
44
44
timeout : 60_000 ,
You can’t perform that action at this time.
0 commit comments