We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 195b8b2 commit 7e2772eCopy full SHA for 7e2772e
CONTRIBUTING.md
@@ -117,9 +117,10 @@ following:
117
118
### Next.js tests
119
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`.
+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
123
+parent directory as this repo and built with `pnpm run build`.
124
125
#### cleanup old deploys
126
0 commit comments