mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-19 12:51:51 +03:00
10 lines
119 B
Bash
Executable File
10 lines
119 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
cd pkg/interface
|
|
|
|
command -v npx > /dev/null || {
|
|
exit 0
|
|
}
|
|
|
|
npx lint-staged |