We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39606c7 commit d37c768Copy full SHA for d37c768
.husky/pre-commit
@@ -1,6 +1,3 @@
1
-#!/bin/sh
2
-. "$(dirname "$0")/_/husky.sh"
3
-
4
git secrets --register-aws || (echo 'Please install git-secrets https://github.com/awslabs/git-secrets to check for accidentally commited secrets!' && exit 1)
5
git secrets --pre_commit_hook -- ""
6
node_modules/.bin/pretty-quick --staged
scripts/prepare.ts
@@ -27,7 +27,7 @@ function main() {
27
console.log('prepare: skipped (running in CI)')
28
return
29
}
30
- child_process.execSync('husky install', { stdio: 'inherit' })
+ child_process.execSync('husky', { stdio: 'inherit' })
31
32
33
main()
0 commit comments