0.0.6 • Published 2 years ago
prosegurlibfrontend v0.0.6
prosegur Frontend (prosegur-frontend)
User interface(UI) component library
Install the dependencies
yarn installStart the app in development mode using storybooks.
npm run storybookBuild the storybook for deployment.
npm run build-storybookBuild new release.
npm run buildCreate new tag and change version in package.json.
git tag -a vA.B.C -m "Version A.B.C"- Use
Afor new version. - Use
Bfor new component. - Use
Cfor bug fixing o patch.
(i.e) A = 1, B = 1, C = 2 results v1.1.2 and go to package.json and change version.
Push tag
WARNING: USE TAG NAME WHEN PUSHING A NEW TAG IN THIS CASE vA.B.C = v1.1.2
git push origin vA.B.C ## WARNING: PLEASE DONT PUSH vA.B.CWARNING: PLEASE DONT PUSH vA.B.C