Skip to content
This repository has been archived by the owner on Apr 28, 2020. It is now read-only.

Latest commit

 

History

History
7 lines (5 loc) · 292 Bytes

BuildAndPublish.md

File metadata and controls

7 lines (5 loc) · 292 Bytes

Building & publishing

To build the project, run yarn build. This will regenerate the dist directory containing project's distributable assets.

To publish the project to npm registry and make it available for use in consuming applications, run yarn publish.