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
nextjs-auth0/.husky/pre-commit
2024-06-20 23:47:43 +02:00

8 lines
121 B
Bash
Executable File

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