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