How to update allink-core-static
Updating is done quickly:
- Pull the latest changes with
git pull - Get the latest commit hash from the allink-core-static repository
- Open
package.jsonand replace the existing commit hash with the latest version. - Read the CHANGELOG in case the update requires some special action
- Run
npm install