We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e37a334 commit 7e9ea53Copy full SHA for 7e9ea53
packages/create-react-native-library/templates/common/$.github/workflows/ci.yml
@@ -61,6 +61,11 @@ jobs:
61
62
- name: Setup
63
uses: ./.github/actions/setup
64
+<% if (project.moduleConfig === 'nitro-modules') { -%>
65
+
66
+ - name: Generate nitrogen code
67
+ run: yarn nitrogen
68
+<% } -%>
69
70
- name: Cache turborepo for Android
71
uses: actions/cache@v4
@@ -117,6 +122,11 @@ jobs:
117
122
118
123
119
124
125
126
127
128
129
120
130
121
131
- name: Cache turborepo for iOS
132
0 commit comments