mirror of
https://github.com/logto-io/logto.git
synced 2025-02-03 21:48:55 -05:00
4 lines
58 B
Bash
Executable file
4 lines
58 B
Bash
Executable file
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
npx lint-staged
|