0.3.9 • Published 4 years ago

homely-design-system v0.3.9

Weekly downloads
31
License
-
Repository
github
Last release
4 years ago

Netlify Status CircleCI

Available Scripts

In the project directory, you can run:

yarn run storybook

Runs the app in the development mode. Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits. You will also see any lint errors in the console.

Build & Release

Build

yarn run build

Generate changelog

yarn auto changelog

git commit -m "Changelog for v0.1.0 [skip ci]"

Publish to npm

npm version 0.1.0 -m "Bump version to: %s [skip ci]"

npm publish

Create a release on GitHub:

git push --follow-tags origin master

yarn auto release