mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
03a6b59eb5
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
5 lines
85 B
Bash
Executable File
5 lines
85 B
Bash
Executable File
#!/usr/bin/env sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
npx lint-staged --concurrent false
|