mirror of
https://github.com/status-im/waku-react-native.git
synced 2025-02-03 10:03:43 +00:00
5 lines
71 B
Plaintext
5 lines
71 B
Plaintext
|
#!/bin/sh
|
||
|
. "$(dirname "$0")/_/husky.sh"
|
||
|
|
||
|
yarn lint && yarn typescript
|