Skip to content

Commit 050c785

Browse files
committed
log types versions
1 parent 61ea3f6 commit 050c785

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/nextjs/test/run-integration-tests.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ for NEXTJS_VERSION in 10 11 12; do
6767
linkcli && linkplugin
6868
mv -f package.json.bak package.json 2>/dev/null || true
6969

70+
yarn why @types/react
71+
yarn why @types/react-dom
72+
7073
SHOULD_RUN_WEBPACK_5=(true)
7174
# Only run Webpack 4 tests for Next 10 and Next 11
7275
if [ "$NEXTJS_VERSION" -eq "10" ] || [ "$NEXTJS_VERSION" -eq "11" ]; then
@@ -90,7 +93,6 @@ for NEXTJS_VERSION in 10 11 12; do
9093
exit 0
9194
fi
9295

93-
9496
# next 10 defaults to webpack 4 and next 11 defaults to webpack 5, but each can use either based on settings
9597
if [ "$NEXTJS_VERSION" -eq "10" ]; then
9698
sed "s/%RUN_WEBPACK_5%/$RUN_WEBPACK_5/g" <next10.config.template >next.config.js

0 commit comments

Comments
 (0)