puppeteer/.husky/pre-push
Jan Scheffler 8b712e7b64
fix: setup husky properly (#7727)
This change addresses breaking changes that happened in husky which, as a result, didn't run properly since the update.
Closes #7726
2021-10-27 21:12:10 +00:00

5 lines
117 B
Bash
Executable File

#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npm run tsc && npm run eslint && npm run doc && npm run ensure-pinned-deps