Ailrun / typed-f

Typed functional programming utilities
MIT License
20 stars 2 forks source link

chore(package): add preversion hooks #37

Closed Ailrun closed 5 years ago

Ailrun commented 5 years ago

Description

lerna publish is easy to make mistakes, since it does not build packages automatically. In other words, you could mistakenly publish packages without really building them. It makes meaningless version like https://github.com/Ailrun/typed-f/releases/tag/v0.3.3.

This PR add preversion hook so that packages are automatically built before published.