This repository has been archived on 2026-01-31. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
nodejs-template-with-typesc…/.husky/pre-commit
2024-04-23 01:27:28 +02:00

6 lines
96 B
Bash
Executable File

#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
yarn format
yarn lint-staged
yarn typecheck