Skip to content

Commit aa67b12

Browse files
fix: add nitrogen step in CI
1 parent 14496f0 commit aa67b12

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build-templates.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,10 @@ jobs:
152152
fi
153153
fi
154154
155+
- name: Generate nitrogen code
156+
if: matrix.type == 'nitro-view' || matrix.type == 'nitro-module'
157+
run: yarn nitrogen
158+
155159
- name: Cache turborepo
156160
if: env.android_build == 1 || env.ios_build == 1
157161
uses: actions/cache@v4

0 commit comments

Comments
 (0)