mirror of
https://github.com/portainer/portainer.git
synced 2025-08-07 06:45:23 +02:00
4 lines
70 B
Bash
Executable file
4 lines
70 B
Bash
Executable file
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
yarn lint-staged
|