This website requires JavaScript.
Explore
Help
Sign In
thunderstrike
/
puppeteer
Watch
2
Star
0
Fork
0
You've already forked puppeteer
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
931d4fced5
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