mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-19 16:21:59 +03:00
4 lines
85 B
Bash
Executable file
4 lines
85 B
Bash
Executable file
#!/usr/bin/env sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
npx lint-staged --concurrent false
|