Skip to content

Commit 6ffc282

Browse files
fix: add working dir to nitrogen
1 parent 0250938 commit 6ffc282

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build-templates.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,9 @@ jobs:
153153
fi
154154
155155
- name: Generate nitrogen code
156-
if: matrix.type == 'nitro-view' || matrix.type == 'nitro-module'
157-
run: yarn nitro-codegen
156+
if: matrix.type == 'nitro-view' || matrix.type == 'nitro-module'
157+
working-directory: ${{ env.work_dir }}
158+
run: yarn nitrogen
158159

159160
- name: Cache turborepo
160161
if: env.android_build == 1 || env.ios_build == 1

0 commit comments

Comments
 (0)