mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
8b712e7b64
This change addresses breaking changes that happened in husky which, as a result, didn't run properly since the update. Closes #7726
5 lines
57 B
Bash
Executable File
5 lines
57 B
Bash
Executable File
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
npm run eslint
|