Skip to content

Commit 0250938

Browse files
fix: add full nitro-codegen command
1 parent aa67b12 commit 0250938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-templates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
155155
- name: Generate nitrogen code
156156
if: matrix.type == 'nitro-view' || matrix.type == 'nitro-module'
157-
run: yarn nitrogen
157+
run: yarn nitro-codegen
158158

159159
- name: Cache turborepo
160160
if: env.android_build == 1 || env.ios_build == 1

0 commit comments

Comments
 (0)