diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index cf3c20b02d63..960be6d17b24 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -21,5 +21,5 @@ Choose the right checklist for the change that you're making: ## Documentation / Examples -- [ ] Make sure the linting passes by running `pnpm lint` +- [ ] Make sure the linting passes by running `pnpm build && pnpm lint` - [ ] The "examples guidelines" are followed from [our contributing doc](https://github.com/vercel/next.js/blob/canary/contributing/examples/adding-examples.md)