File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments