pnpm i
pnpm build
pnpm dev
cd
to packages/vite-plugin-checker
.
Release with interactive CLI
npm run release
or release with an explicit version or dry run flag
npm run release -- --version=1.2.3 --dry
Package is automated published in CI, see .github/workflows/release.yml
.