mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 12:45:11 +08:00
5 lines
85 B
Plaintext
5 lines
85 B
Plaintext
|
#!/usr/bin/env sh
|
||
|
. "$(dirname "$0")/_/husky.sh"
|
||
|
|
||
|
npx lint-staged --concurrent false
|