npm run dev
npm run storybook
npm run bulid
npm run lint
|npm run lint:fix
- build locally using
npm run build
- link locally with npm
npm link
- this will add the package to local npm repositoy - use the
npm install <directory-output-from-above-command-output>
in any project and do checks - if everything ok, do
npm version <version-type> -m <changes-log-message-string>
=> note:- version-type will be one of thesemajor | minor | patch
- then run
npm publish --access public
note:- this needs authentication - should be the dev team member in npm.
husky needs to be installed manually as the postinstall script of husky affects on global npm pacakge , when consumer installs
The latest storybook release for Universal-Components can be accessed from https://master--607324608a96df00213a5a33.chromatic.com/