andromedaprotocol / andromeda.js

Command line interface for interactions with Andromeda contracts.
1 stars 1 forks source link

Fixed directory structure in cli build #92

Closed SlayerAnsh closed 1 year ago

SlayerAnsh commented 1 year ago

Because of rootDir set as '.' instead of './', cli build was nested inside src folder which caused bin path in package.json to fail. This PR is minor fix to rootDir config for cli package.

Additional Updates

Added DEVELOPER.md file which contains instruction related to package versioning and publish