@betterinternship/components
v1.6.1
Published
Contains common components shared between the different interfaces of the site.
Downloads
228
Readme
Package.Components
Contains common components shared between the different interfaces of the site.
How to update
- Build the package:
npm run build- Commit the build:
git add .
git commit -m "<follow conventional commits, k thanks>"
git push- Update the version and publish the package to NPM:
npm version <major|minor|patch>
npm publish