@betterinternship/core
v2.15.1
Published
Core library of BetterInternship services.
Readme
Package.Core
Contains dependencies shared between the different services 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 <patch|minor|major>
npm publish