Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 679 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 679 Bytes

truffle-types

Organizes utilities and typescript types into single repository

Install

yarn run bootstrap
yarn run build

Test

yarn run test

Release

Make sure that no uncommitted changes are left.

yarn run release
yarn run release-clean

Notes

Folder overrides

Shortly its about using mocha and jest test runners and clashing of their types.

Link about the reason.

More in Medium article