You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/test.yaml
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,9 @@ jobs:
26
26
- name: Install dependencies
27
27
run: pnpm install
28
28
- name: Run ESLint on core packages
29
-
run: pnpm --filter=@firebase-ui/core run lint && pnpm --filter=@firebase-ui/react run lint && pnpm --filter=@firebase-ui/translations run lint && pnpm --filter=@firebase-ui/styles run lint
29
+
run: pnpm --filter="@firebase-ui/*" run lint
30
+
- name: Run ESLint on example apps
31
+
run: pnpm --filter="angular-example" --filter="nextjs" --filter="react" run lint
0 commit comments