Skip to content

Commit ee85d16

Browse files
authored
docs(.github/pull_request_template): update test command to use explicit 'pnpm run' syntax (#9733)
1 parent 787a734 commit ee85d16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## ✅ Checklist
66

77
- [ ] I have followed the steps in the [Contributing guide](https://github.com/TanStack/query/blob/main/CONTRIBUTING.md).
8-
- [ ] I have tested this code locally with `pnpm test:pr`.
8+
- [ ] I have tested this code locally with `pnpm run test:pr`.
99

1010
## 🚀 Release Impact
1111

0 commit comments

Comments
 (0)