mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
6 lines
88 B
Plaintext
6 lines
88 B
Plaintext
|
#!/usr/bin/env sh
|
||
|
. "$(dirname -- "$0")/_/husky.sh"
|
||
|
|
||
|
npm run lint
|
||
|
npm run qunit-fixture
|