mirror of https://github.com/typicode/husky.git
docs: fix `bun run test` script
This commit is contained in:
parent
0692639896
commit
2a3bae30b3
|
@ -329,7 +329,7 @@ yarn test
|
|||
|
||||
```sh [bun]
|
||||
# .husky/pre-commit
|
||||
bun test
|
||||
bun run test
|
||||
```
|
||||
|
||||
:::
|
||||
|
|
|
@ -320,7 +320,7 @@ yarn test
|
|||
|
||||
```sh [bun]
|
||||
# .husky/pre-commit
|
||||
bun test
|
||||
bun run test
|
||||
```
|
||||
|
||||
:::
|
||||
|
|
|
@ -320,7 +320,7 @@ yarn test
|
|||
|
||||
```sh [bun]
|
||||
# .husky/pre-commit
|
||||
bun test
|
||||
bun run test
|
||||
```
|
||||
|
||||
:::
|
||||
|
|
Loading…
Reference in New Issue