We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6899682 commit 0b6113bCopy full SHA for 0b6113b
CONTRIBUTING.md
@@ -118,9 +118,10 @@ following:
118
119
### Next.js tests
120
121
-There is a script `run-local-test.sh` and GitHub workflow that runs the e2e tests from the Next.js
122
-repo against this repo. It requires that `next.js` is checked out in the same parent directory as
123
-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
124
+parent directory as this repo and built with `pnpm run build`.
125
126
#### cleanup old deploys
127
0 commit comments