mirror of
https://github.com/vercel/commerce.git
synced 2025-05-15 05:56:59 +00:00
6 lines
83 B
Bash
Executable File
6 lines
83 B
Bash
Executable File
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
pnpm run lint
|
|
npx lint-staged
|