commitlint now works in web3.js/ (#10552)

automerge
This commit is contained in:
Michael Vines
2020-06-13 14:13:47 -07:00
committed by GitHub
parent b6a9573748
commit 9e0b90f331
2 changed files with 9 additions and 4 deletions

View File

@ -7,8 +7,7 @@ set -e
basedir=$1
if [[ -z "$basedir" ]]; then
echo "Usage: $0 [dir]"
exit 0
basedir=.
fi
if [[ ! -d "$basedir" ]]; then