mirror of
https://github.com/harivansh-afk/Saas-Teamspace-2.git
synced 2026-04-15 04:03:31 +00:00
2 lines
70 B
Bash
2 lines
70 B
Bash
#!/bin/sh
|
|
cd "$(dirname "$0")/.." && npx --no -- commitlint --edit $1
|