mirror of
https://github.com/waku-org/waku-react-native.git
synced 2025-02-17 23:36:47 +00:00
5 lines
78 B
Bash
5 lines
78 B
Bash
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
yarn commitlint -E HUSKY_GIT_PARAMS
|