Skip to content

Commit 55ff337

Browse files
committed
chore: update PULL_REQUEST_TEMPLATE.md for test
1 parent 726b28b commit 55ff337

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ If your PR is non-trivial and you'd like to schedule a synchronous review, pleas
1111
- [ ] **I'm updating documentation**
1212
- [ ] I've [checked the rendering](https://rjsf-team.github.io/react-jsonschema-form/docs/contributing) of the Markdown text I've added
1313
- [ ] **I'm adding or updating code**
14-
- [ ] I've added and/or updated tests. I've run `npm run test:update` to update snapshots, if needed.
14+
- [ ] I've added and/or updated tests. I've run `npx nx run-many --target=build --exclude=@rjsf/docs && npm run test:update` to update snapshots, if needed.
1515
- [ ] I've updated [docs](https://rjsf-team.github.io/react-jsonschema-form/docs) if needed
1616
- [ ] I've updated the [changelog](https://github.com/rjsf-team/react-jsonschema-form/blob/main/CHANGELOG.md) with a description of the PR
1717
- [ ] **I'm adding a new feature**

0 commit comments

Comments
 (0)