This website requires JavaScript.
Explore
Help
Sign In
github
/
puppeteer
Watch
0
Star
0
Fork
0
You've already forked puppeteer
mirror of
https://github.com/puppeteer/puppeteer
synced
2024-06-14 14:02:48 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
31e7b608d5
puppeteer
/
.husky
/
pre-push
5 lines
72 B
Plaintext
Raw
Normal View
History
Unescape
Escape
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
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
chore: Improve CI (#8601)
2022-07-01 13:03:12 +00:00
npm run lint && npm run check
Reference in New Issue
Copy Permalink