Update troubleshoot.md

This commit is contained in:
typicode 2024-07-20 01:41:01 +02:00 committed by GitHub
parent 0c71e73246
commit f6cc410883
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ fi
```shell
# .husky/pre-commit
. "$(dirname -- "$0")/common.sh"
. .husky/common.sh
yarn ...
```
```