owlprotocol / web3-redux

Web3 Redux Library
6 stars 1 forks source link

Fix install script #130

Open leovigna opened 2 years ago

leovigna commented 2 years ago

Pnpm install script requires 2x installation due to how web-redux isn't compiled when running a fresh install. Pnpm issues a warning Local dependency not found at .../packages/web3-redux/lib when trying to link the local dependency.

Find a solution to make installation possible with a single run.