We use nvm
to manage the node version to developed and build with. As such, the correct version of node can be configured via nvm use
(or nvm install
).
Syntax | Description |
---|---|
build | generate the output necessary for use in consumers |
build:watch | execute build as local files are changed |
build-storybook | generate the storybook output for sharing |
storybook | run storybook in development mode |
lint | run linters |
test | execute unit tests |
coverage | execute unit tests with coverage collection enabled |
Publishing of the module is done via GitHub Actions.