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
65aedcdfc4
puppeteer
/
.husky
/
pre-comit
5 lines
62 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: namespace commands (#8494)
2022-06-10 09:55:53 +00:00
npm run lint:eslint
Reference in New Issue
Copy Permalink