diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e4eecb7cb8..3a3fceee08 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -117,9 +117,10 @@ following: ### Next.js tests -There is a script `run-local-test.sh` and GitHub workflow that runs the e2e tests from the Next.js -repo against this repo. It requires that `next.js` is checked out in the same parent directory as -this repo, and is run from this repo with `./run-local-test.sh your-test-pattern-here`. +There is a GitHub workflow that runs the e2e tests from the Next.js repo against this repo. There is +also a script to run these tests locally that is run from this repo with +`./run-local-test.sh your-test-pattern-here`. It requires that `next.js` is checked out in the same +parent directory as this repo and built with `pnpm run build`. #### cleanup old deploys