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 push
to 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 compile
in order to bundle your storybook app into the dist folderRun
npm publish
Go to your package page (https://www.npmjs.com/package/employnet-react-components) to check that the package version has been updated.
1 year ago
1 year ago
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
3 years ago
3 years ago
3 years ago
3 years ago