Skip to content

Commit 81c63c0

Browse files
committed
fix: json is officially the worst format ever
1 parent 0172372 commit 81c63c0

File tree

1 file changed

+4
-2
lines changed
  • packages/create-react-native-library/templates/common

1 file changed

+4
-2
lines changed

packages/create-react-native-library/templates/common/$package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,12 @@
164164
{
165165
"project": "tsconfig.build.json"
166166
}
167+
<% if (project.arch !== 'legacy') { -%>
167168
],
168-
<% if (project.arch !== 'legacy') { -%>
169169
"codegen"
170-
<% } -%>
170+
<% } else { -%>
171+
]
172+
<% } -%>
171173
]
172174
<% if (project.arch !== 'legacy') { -%>
173175
},

0 commit comments

Comments
 (0)