Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 359 Bytes

DEV.md

File metadata and controls

9 lines (8 loc) · 359 Bytes

Publish

  1. yarn: install dependencies
  2. Edit the version in the root package.json
  3. yarn build: build lib
  4. git commit -am ':bookmark: v<version>': commit modification
  5. cd pkg && npm publish && cd -: publish the lib into npm
  6. yarn gh-pages-deploy: build and publish documentation (storybook)
  7. git push: push locals modifications