digital-rabbit-cl
v2.0.6
Published
1. commit everything 2. push everything 3. merge the branch to master 5. switch to the master branch and pull the latest changes 3. update the version using [npm version](https://docs.npmjs.com/cli/version) `npm version patch|minor|major` 2. build the pro
Downloads
1,005
Readme
Digital Rabbit Component Library
To Update This Package
- commit everything
- push everything
- merge the branch to master
- switch to the master branch and pull the latest changes
- update the version using npm version
npm version patch|minor|major - build the project using
yarn buildornpm build - publish the package using npm publish
