Skip to content

Commit 51ef906

Browse files
committed
ci: Add build step for core package in React integration tests workflow
1 parent 805b12b commit 51ef906

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/react-integration-tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ jobs:
3636
- name: Install dependencies
3737
run: pnpm install
3838

39+
- name: Build core package
40+
run: pnpm --filter @firebase-ui/core build
41+
3942
- name: Install Firebase Tools
4043
run: npm install -g firebase-tools
4144

0 commit comments

Comments
 (0)