stacks-archive / stacks-transactions-js

The JavaScript library for generating Stacks 2.0 transactions
19 stars 17 forks source link

Add prepare script for git installs, fix build directory structure #63

Closed zone117x closed 4 years ago

zone117x commented 4 years ago

Description

Use the npm prepare script to make this lib usable when installed as a git dependency. This lib is under rapid development, and blocks staging deployments for dependent projects when a branch has not been merged & published to NPM.

Additionally, this PR fixes the nested build output directory e.g. @blockstack/stacks-transactions/lib/src/bufferReader vs @blockstack/stacks-transactions/lib/bufferReader This was simply the build script missing a tsconfig.build.json param which excludes the tests dir from the output.

Type of Change

Does this introduce a breaking change?

Are documentation updates required?

Testing information

Checklist