7 lines
124 B
Bash
Executable File
7 lines
124 B
Bash
Executable File
#!/bin/sh
|
|
[ -n "$CI" ] && exit 0
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
node script/prevent-translation-commits.js
|
|
npx lint-staged
|