Uh oh!
There was an error while loading. Please reload this page.
FIx CI for feature-remove-libs - #10054
Conversation
|
Uh oh!
There was an error while loading. Please reload this page.
audius-infra
commented
Oct 15, 2024
Preview this change https://demo.audius.co/mjp-fix-ci |
| const sdkPath = path.resolve(__dirname, '../../packages/libs') | ||
| const libsPath = path.resolve(__dirname, '../../packages/libs') | ||
| const sdkPath = path.resolve(__dirname, '../../packages/sdk') | ||
| const ethPath = path.resolve(__dirname, '../../packages/eth') |
There was a problem hiding this comment.
I think metro doesn't follow the * deps like the rest, so all of them need to be specified?
Description