celo-org/optics-monorepo

Optics-provider needs to be compiled before published

Closed this issue · 1 comments

Optics-provider isn't compiled from Typescript to Javascript and type definitions on npm. As a result, it's not usable out of the box because most projects expect Javascript.

Suggestion:
Add script:

prepublishOnly: "yarn build"

I confused the optics-provider package for @optics-xyz/multi-provider