Skip to content

Commit 7c4ccf2

Browse files
committed
fix: json is officially the worst format ever
1 parent c11042c commit 7c4ccf2

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
@@ -180,10 +180,12 @@
180180
{
181181
"project": "tsconfig.build.json"
182182
}
183+
<% if (project.arch !== 'legacy') { -%>
183184
],
184-
<% if (project.arch !== 'legacy') { -%>
185185
"codegen"
186-
<% } -%>
186+
<% } else { -%>
187+
]
188+
<% } -%>
187189
]
188190
<% if (project.arch !== 'legacy') { -%>
189191
},

0 commit comments

Comments
 (0)