|
14 | 14 | "format:write": "prettier --write **/{src,tests}/**/*.{ts,tsx}", |
15 | 15 | "test": "pnpm --filter=@firebase-oss/ui-core run test && pnpm --filter=@firebase-oss/ui-translations run test && pnpm --filter=@firebase-oss/ui-styles run test && pnpm --filter=@firebase-oss/ui-react run test && pnpm --filter=@firebase-oss/ui-shadcn run test && pnpm --filter=@firebase-oss/ui-angular run test", |
16 | 16 | "test:e2e": "node scripts/e2e-run.mjs", |
17 | | - "test:e2e:react": "E2E_PROJECT=react pnpm --filter=e2e exec playwright test --project=react", |
18 | | - "test:e2e:shadcn": "E2E_PROJECT=shadcn pnpm --filter=e2e exec playwright test --project=shadcn", |
19 | | - "test:e2e:nextjs": "E2E_PROJECT=nextjs pnpm --filter=e2e exec playwright test --project=nextjs", |
20 | | - "test:e2e:nextjs-ssr": "E2E_PROJECT=nextjs-ssr pnpm --filter=e2e exec playwright test --project=nextjs-ssr", |
21 | | - "test:e2e:angular": "E2E_PROJECT=angular-example pnpm --filter=e2e exec playwright test --project=angular-example", |
22 | | - "test:e2e:custom-auth-server": "E2E_PROJECT=custom-auth-server pnpm --filter=e2e exec playwright test --project=custom-auth-server", |
| 17 | + "test:e2e:react": "pnpm --filter=@firebase-oss/ui-react... build && E2E_PROJECT=react pnpm --filter=e2e exec playwright test --project=react", |
| 18 | + "test:e2e:shadcn": "pnpm --filter=@firebase-oss/ui-shadcn... build && E2E_PROJECT=shadcn pnpm --filter=e2e exec playwright test --project=shadcn", |
| 19 | + "test:e2e:nextjs": "pnpm --filter=@firebase-oss/ui-react... build && E2E_PROJECT=nextjs pnpm --filter=e2e exec playwright test --project=nextjs", |
| 20 | + "test:e2e:nextjs-ssr": "pnpm --filter=@firebase-oss/ui-react... build && E2E_PROJECT=nextjs-ssr pnpm --filter=e2e exec playwright test --project=nextjs-ssr", |
| 21 | + "test:e2e:angular": "pnpm --filter=@firebase-oss/ui-angular... build && E2E_PROJECT=angular-example pnpm --filter=e2e exec playwright test --project=angular-example", |
| 22 | + "test:e2e:custom-auth-server": "pnpm build:packages && E2E_PROJECT=custom-auth-server pnpm --filter=e2e exec playwright test --project=custom-auth-server", |
23 | 23 | "test:watch": "pnpm --filter=@firebase-oss/ui-core run test:unit:watch & pnpm --filter=@firebase-oss/ui-react run test:unit:watch & pnpm --filter=@firebase-oss/ui-angular run test:watch", |
24 | 24 | "version:bump:all": "pnpm --filter=@firebase-oss/ui-core run version:bump && pnpm --filter=@firebase-oss/ui-translations run version:bump && pnpm --filter=@firebase-oss/ui-react run version:bump && pnpm --filter=@firebase-oss/ui-styles run version:bump && pnpm --filter=@firebase-oss/ui-angular run version:bump", |
25 | 25 | "publish:tags:all": "pnpm i && pnpm --filter=@firebase-oss/ui-core run publish:tags && pnpm --filter=@firebase-oss/ui-translations run publish:tags && pnpm --filter=@firebase-oss/ui-react run publish:tags && pnpm --filter=@firebase-oss/ui-styles run publish:tags && pnpm --filter=@firebase-oss/ui-angular run publish:tags", |
|
0 commit comments