mirror of
https://github.com/logos-messaging/waku-react.git
synced 2026-01-04 23:23:09 +00:00
6 lines
91 B
Bash
Executable File
6 lines
91 B
Bash
Executable File
#!/usr/bin/env sh
|
|
. "$(dirname -- "$0")/_/husky.sh"
|
|
|
|
npm run lint:fix
|
|
npm run prettier:fix
|