0.1.11 • Published 6 years ago

ns-otp-ui v0.1.11

Weekly downloads
57
License
-
Repository
-
Last release
6 years ago

Commands

CommandDescription
npm startstart storybook sandbox
npm run devdevelopment build (auto-rebuilding). Usefull together with npm link
npm run buildproduction build
npm run generatecreate new component with boilerplate (js, scss, story)
npm run build-storybookbuild ready to deploy storybook

Release new version

To get updates from dependent project, you should upload new version to npm registry. After committing some changes (bug-fixes, new components...) you should run:

  • npm version patch | minor | major more...
  • npm publish

Then, you can get new version in dependents by running npm update ns-otp-ui