flow-build-lib
Build Flow-aware libraries
Installation
Via npm
:
$ npm install -g flow-build-lib
or yarn
:
$ yarn global add flow-build-lib
This will install the flow-build-lib
executable.
Usage
Run inside the root directory of the project you'd like to build.
Build a project:
$ flow-build-lib build
Clean project:
$ flow-build-lib clean