mirror of
https://github.com/plankanban/planka.git
synced 2025-07-19 05:09:43 +02:00
5 lines
58 B
Text
5 lines
58 B
Text
|
#!/bin/sh
|
||
|
. "$(dirname "$0")/_/husky.sh"
|
||
|
|
||
|
npx lint-staged
|