mirror of
https://github.com/element-hq/element-web
synced 2024-11-21 16:55:34 +03:00
03a6b59eb5
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
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
|