IdeaMall data model is based on TypeScript class validator
https://ideamall.github.io/data-model/
- Generate a PAT with
read:packagesauthorization - Run Sign-in command in your terminal:
npm login --scope=@ideamall --registry=https://npm.pkg.github.comnpm i pnpm -g
pnpm i @ideamall/data-model-
update
versioninpackage.jsonfile -
add Git tag
git tag vx.xx.x HEAD # such as v0.7.0- push codes with tags
git push origin main --tags # push all commits and tags on "main" branch