Compare commits

...

3 Commits

Author SHA1 Message Date
Haileyesus
377f604df2 fix: removed docs folder 2026-03-10 19:04:17 +03:00
Haileyesus
f61084109f docs: add documentation for lint and commit setup 2026-03-09 19:55:30 +03:00
Haileyesus
a17665e20b fix: update commit-msg hook to show installation when commitlint is not installed
- When the `--no` flag is used with `npx`, it prevents the command from
being executed if the package is not installed. We should instead show a
message to the user indicating that they need to install `commitlint`.
2026-03-09 19:45:27 +03:00

View File

@@ -1 +1 @@
npx --no -- commitlint --edit $1
npx commitlint --edit $1