mirror of
https://github.com/logos-messaging/waku-react-native.git
synced 2026-01-03 23:03:08 +00:00
5 lines
71 B
Plaintext
5 lines
71 B
Plaintext
|
|
#!/bin/sh
|
||
|
|
. "$(dirname "$0")/_/husky.sh"
|
||
|
|
|
||
|
|
yarn lint && yarn typescript
|