Skip to content

Commit

Permalink
feat: use bob codegen instead of scripts in templates
Browse files Browse the repository at this point in the history
  • Loading branch information
atlj committed Jul 5, 2024
1 parent 51e8135 commit eb1d1e9
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 261 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"clean": "del-cli lib",
<% } -%>
<% if (project.arch !== 'legacy') { -%>
"codegen": "react-native codegen && node scripts/patch-codegen-java-package.cjs",
"codegen": "bob codegen",
"prepare": "bob build && yarn codegen",
<% } else { -%>
"prepare": "bob build",
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit eb1d1e9

Please sign in to comment.