We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61ea3f6 commit 050c785Copy full SHA for 050c785
packages/nextjs/test/run-integration-tests.sh
@@ -67,6 +67,9 @@ for NEXTJS_VERSION in 10 11 12; do
67
linkcli && linkplugin
68
mv -f package.json.bak package.json 2>/dev/null || true
69
70
+ yarn why @types/react
71
+ yarn why @types/react-dom
72
+
73
SHOULD_RUN_WEBPACK_5=(true)
74
# Only run Webpack 4 tests for Next 10 and Next 11
75
if [ "$NEXTJS_VERSION" -eq "10" ] || [ "$NEXTJS_VERSION" -eq "11" ]; then
@@ -90,7 +93,6 @@ for NEXTJS_VERSION in 10 11 12; do
90
93
exit 0
91
94
fi
92
95
-
96
# next 10 defaults to webpack 4 and next 11 defaults to webpack 5, but each can use either based on settings
97
if [ "$NEXTJS_VERSION" -eq "10" ]; then
98
sed "s/%RUN_WEBPACK_5%/$RUN_WEBPACK_5/g" <next10.config.template >next.config.js
0 commit comments