- make sure i18next-scanner.config is set up properly
- make sure scan command will run before this script
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
i18next-scanner 'src/**/*.ts' && npx GoodRequest/check-locales-script && npx lint-staged
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
i18next-scanner 'src/**/*.ts' && npx GoodRequest/check-locales-script && npx lint-staged