scolladon/sfdx-git-delta

View on GitHub
.husky/pre-push

Summary

Maintainability
Test Coverage
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

yarn pack
yarn test
npm outdated || true
yarn npm audit || true
yarn lint:dependencies || true