indiana-university / conduit

A JavaScript library for architecting user interfaces with RxJS and React.
BSD 3-Clause "New" or "Revised" License
5 stars 0 forks source link

Build packages automatically #31 #6

Open basham opened 5 years ago

basham commented 5 years ago

csbasham commented on May 17, 2018


We may consider using some built-in npm scripts to ensure the Conduit builds happen before publishing. https://docs.npmjs.com/misc/scripts#prepublish-and-prepare

I think prepare is what we should use, if assuming npm 4+; otherwise, prepublish for legacy npm.

This would just mean that we don't have to explicitly tell it to build. But maybe we want to keep it explicit? I don't know.

basham commented 5 years ago

csbasham commented on Jun 12, 2018


This PR actually some some qualities that I think I'm looking for. https://github.com/staltz/callbag-share/pull/7/files