We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15a4c9e commit fed31c9Copy full SHA for fed31c9
.github/workflows/tests.yaml
@@ -66,6 +66,11 @@ jobs:
66
max_attempts: 3
67
command: npm i -g firebase-tools@14
68
69
+ - name: Regenerate DataConnect connector with Firebase 12
70
+ run: |
71
+ cd dataconnect
72
+ firebase dataconnect:sdk:generate
73
+
74
# Determine which packages have changed
75
- name: Determine changed packages
76
id: changes
@@ -133,6 +138,11 @@ jobs:
133
138
134
139
135
140
141
142
143
144
145
136
146
# Build packages before testing
137
147
- name: Build packages
148
run: pnpm turbo build
0 commit comments