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