mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-06 04:36:21 +02:00
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
|