This repository has been archived on 2022-11-04. You can view files and clone it, but cannot push or open issues or pull requests.
site/.simple-git-hooks.js

4 lines
55 B
JavaScript
Raw Permalink Normal View History

2022-05-13 22:15:08 +03:00
module.exports = {
'pre-commit': 'npx nano-staged'
}