From ac092f4d5b2e8562ca176838d1d3cbeb1eca0fa1 Mon Sep 17 00:00:00 2001 From: Rob Stanford Date: Tue, 4 Jun 2024 12:34:59 +0100 Subject: [PATCH] chore: mention next.js build in e2e testing instructions --- CONTRIBUTING.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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