Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 300 Bytes

BUILD_INSTRUCTIONS.md

File metadata and controls

19 lines (15 loc) · 300 Bytes

Change Tracker Build Instructions

Note: These build instructions aren't necessary if installing this package via npm.

Install the tools needed to build this package:

npm install

Create all bundles:

npm run build-all

You may run tests like so:

npm test