Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 378 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (19 loc) · 378 Bytes

CONTRIBUTING

Development

pnpm i
pnpm build
pnpm dev

Release

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

Publish

Package is automated published in CI, see .github/workflows/release.yml.