Skip to content

Commit d13e2bc

Browse files
committed
docs: update commitlint test code
1 parent 8155043 commit d13e2bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/local-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,11 @@ yarn commitlint --from HEAD~1 --to HEAD --verbose
158158
```
159159
160160
```sh [pnpm]
161-
pnpm dlx commitlint --from HEAD~1 --to HEAD --verbose
161+
pnpm commitlint --from HEAD~1 --to HEAD --verbose
162162
```
163163
164164
```sh [bun]
165-
bunx commitlint --from HEAD~1 --to HEAD --verbose
165+
bun commitlint --from HEAD~1 --to HEAD --verbose
166166
```
167167
168168
```sh [deno]

0 commit comments

Comments
 (0)