Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 266 Bytes

File metadata and controls

14 lines (9 loc) · 266 Bytes

UI kit

Publishing in NPM

  1. Bump the package version
  2. Build the package
  3. Go to packages/ui-kit/dist directory and run publish command

All in once without bumping:

$ npm run build && cd ./packages/ui-kit/dist && npm publish && cd ../../..