Skip to content

Commit 1691668

Browse files
committed
debug yarn install during node 10 tests
1 parent 79eb206 commit 1691668

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ for NEXTJS_VERSION in 10 11 12; do
6161
else
6262
sed -i /"next.*latest"/s/latest/"${NEXTJS_VERSION}.x"/ package.json
6363
fi
64-
yarn --no-lockfile --silent >/dev/null 2>&1
64+
# yarn --no-lockfile --silent >/dev/null 2>&1
65+
yarn --no-lockfile
6566
# if applicable, use local versions of `@sentry/cli` and/or `@sentry/webpack-plugin` (these commands no-op unless
6667
# LINKED_CLI_REPO and/or LINKED_PLUGIN_REPO are set)
6768
linkcli && linkplugin
@@ -90,7 +91,6 @@ for NEXTJS_VERSION in 10 11 12; do
9091
exit 0
9192
fi
9293

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

0 commit comments

Comments
 (0)