Skip to content

Commit

Permalink
add patch-package to top level
Browse files Browse the repository at this point in the history
Fragile and kind of dumb, but turns out this is necessary when running `npm run android` because the package.json in the nodejs-project directory has the postinstall step that calls this when nodejs-mobile internally calls `npm rebuild`. That module is not moved into that directory, so the rebuild will error if it can't find patch-package elsewhere in our project. Basically, including the dep in our top-level allows the postinstall to no-op.
  • Loading branch information
achou11 committed Nov 29, 2022
1 parent 81f82f7 commit 724bc61
Show file tree
Hide file tree
Showing 3 changed files with 422 additions and 11 deletions.
Loading

0 comments on commit 724bc61

Please sign in to comment.