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-serve-actions/.husky/pre-commit

9 lines
122 B
Bash
Executable File

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