mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-10 19:06:34 +03:00
5 lines
61 B
Plaintext
5 lines
61 B
Plaintext
|
#!/bin/sh
|
||
|
. "$(dirname "$0")/_/husky.sh"
|
||
|
|
||
|
npm run pre-commit
|