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