mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-26 16:32:29 +03:00
4 lines
77 B
Plaintext
4 lines
77 B
Plaintext
|
#!/bin/sh
|
||
|
. "$(dirname "$0")/_/husky.sh"
|
||
|
|
||
|
cd pkg/interface && npx lint-staged
|