Skip to content

Latest commit

 

History

History
58 lines (36 loc) · 462 Bytes

README.md

File metadata and controls

58 lines (36 loc) · 462 Bytes

Lite Status

to define...

Installation

install the dev packages with yarn:

yarn

Developement

yarn start

Build

yarn build

Publish Package

First login to the npm cli if not already done

npm login

You will need to remove the following line in your package.json

private: true,

To publish a patch

yarn patch

To publish a minor

yarn minor

To publish a major

yarn major