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 14496f0 commit aa67b12Copy full SHA for aa67b12
.github/workflows/build-templates.yml
@@ -152,6 +152,10 @@ jobs:
152
fi
153
154
155
+ - name: Generate nitrogen code
156
+ if: matrix.type == 'nitro-view' || matrix.type == 'nitro-module'
157
+ run: yarn nitrogen
158
+
159
- name: Cache turborepo
160
if: env.android_build == 1 || env.ios_build == 1
161
uses: actions/cache@v4
0 commit comments