pnpm install
# Continuous build
pnpm run dev
# Continuous testing
pnpm run test-watch
- Define the new version to use x.y.z
- Run
npm run version x.y.z
- Commit and push the file modified
- Tag the commit
git tag x.y.z
- Push the tag
git push --tags
pnpm install
# Continuous build
pnpm run dev
# Continuous testing
pnpm run test-watch
npm run version x.y.z
git tag x.y.z
git push --tags