employnet-react-components v1.3.3
Collection of UI components used in the React applications for Employnet
To release changes to npm:
Run
git add .thengit commit -m <your_commit_message>thengit pushto push your changes to GitHub before publishing your codeChange the version number in package.json, on the command line, in the package root directory, run the following command, replacing <update_type> with one of the semantic versioning release types (major, minor, or patch):
npm version <update_type>Run
npm run compilein order to bundle your storybook app into the dist folderRun
npm publishGo to your package page (https://www.npmjs.com/package/employnet-react-components) to check that the package version has been updated.
2 years ago
2 years ago
2 years ago
2 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
4 years ago
4 years ago
4 years ago
4 years ago