mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-18 23:44:59 +01: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
|