Generate dataconnect SDK in CI instead of tracking web artifacts

This commit is contained in:
zouantchaw
2026-02-13 10:51:29 -05:00
parent 1269f7228e
commit cb7c03abfc
17 changed files with 10 additions and 119279 deletions

View File

@@ -33,6 +33,16 @@ jobs:
cache: pnpm
cache-dependency-path: apps/web/pnpm-lock.yaml
- name: Setup Firebase CLI
working-directory: .
run: npm install -g firebase-tools
- name: Generate Data Connect SDK
working-directory: .
run: |
cp backend/dataconnect/dataconnect.dev.yaml backend/dataconnect/dataconnect.yaml
firebase dataconnect:sdk:generate --non-interactive
- name: Install dependencies
run: pnpm install --frozen-lockfile