mirror of
https://github.com/urbit/shrub.git
synced 2024-12-20 01:01:37 +03:00
5 lines
83 B
Plaintext
5 lines
83 B
Plaintext
|
#!/bin/sh
|
||
|
. "$(dirname "$0")/_/husky.sh"
|
||
|
|
||
|
cd pkg/btc-wallet && npx lint-staged src
|