mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-28 09:47:48 +02:00
* chore: upgrade dependencies, fix lint-staged not outputting formatted log * fix * fix lock...
7 lines
275 B
Bash
Executable file
Vendored
7 lines
275 B
Bash
Executable file
Vendored
#!/bin/sh
|
|
. "$(dirname "$0")/_/husky.sh"
|
|
|
|
# Workaround of a mysterious bug in either lint-staged or husky.
|
|
# https://github.com/typicode/husky/issues/1134
|
|
# https://github.com/okonet/lint-staged/issues/693#issuecomment-1079759224
|
|
FORCE_COLOR=1 yarn lint-staged --allow-empty
|