Skip to content
Snippets Groups Projects

Chore/pnpm to bun

Merged Leonardo Christino requested to merge chore/pnpm-to-bun into main
19 files
+ 45
19397
Compare changes
  • Side-by-side
  • Inline
Files
19
+ 1
1
#!/usr/bin/env sh
pnpm dlx commitlint --edit $1
bunx commitlint --edit $1
Loading