rsnext/test/e2e/esm-externals
Zack Tanner 4dd26753d9
fix deploy tests that patch node_modules (#66849)
`node_modules` gets ignored when deployed unless explicitly allowed, and
the regular install command will clobber what was in there.

This allowlists the `node_modules` directory and copies it into a new
folder, runs the install command, and then merges the patched
`node_modules` in so the patched modules are available in the test.
2024-06-13 23:21:34 +00:00
..
app Turbopack: app externals test case improvements (#62871) 2024-03-14 07:22:40 +00:00
node_modules Turbopack: app externals test case improvements (#62871) 2024-03-14 07:22:40 +00:00
pages
.vercelignore fix deploy tests that patch node_modules (#66849) 2024-06-13 23:21:34 +00:00
esm-externals.test.ts chore: update prettier to 3.2.5 (#65092) 2024-05-08 21:47:14 +02:00
next.config.js Promote and rename server bundling options serverComponentsExternalPackages and bundlePagesExternals (#65421) 2024-05-07 11:19:35 -06:00
vercel.json fix deploy tests that patch node_modules (#66849) 2024-06-13 23:21:34 +00:00