0
0
mirror of https://github.com/puppeteer/puppeteer synced 2024-06-14 14:02:48 +00:00
puppeteer/.husky/pre-push
Jan Scheffler 8b712e7b64
fix: setup husky properly ()
This change addresses breaking changes that happened in husky which, as a result, didn't run properly since the update.
Closes 
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