Skip to content

Commit 60ae4e2

Browse files
serhalporinokai
andauthored
chore: mention next.js build in e2e testing instructions (#2486)
Co-authored-by: Rob Stanford <[email protected]>
1 parent 6b1b4d1 commit 60ae4e2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CONTRIBUTING.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,10 @@ following:
117117
118118
### Next.js tests
119119

120-
There is a script `run-local-test.sh` and GitHub workflow that runs the e2e tests from the Next.js
121-
repo against this repo. It requires that `next.js` is checked out in the same parent directory as
122-
this repo, and is run from this repo with `./run-local-test.sh your-test-pattern-here`.
120+
There is a GitHub workflow that runs the e2e tests from the Next.js repo against this repo. There is
121+
also a script to run these tests locally that is run from this repo with
122+
`./run-local-test.sh your-test-pattern-here`. It requires that `next.js` is checked out in the same
123+
parent directory as this repo and built with `pnpm run build`.
123124

124125
#### cleanup old deploys
125126

0 commit comments

Comments
 (0)