File tree 1 file changed +2
-2
lines changed
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
61
61
else
62
62
sed -i /" next.*latest" /s/latest/" ${NEXTJS_VERSION} .x" / package.json
63
63
fi
64
- yarn --no-lockfile --silent > /dev/null 2>&1
64
+ # yarn --no-lockfile --silent >/dev/null 2>&1
65
+ yarn --no-lockfile
65
66
# if applicable, use local versions of `@sentry/cli` and/or `@sentry/webpack-plugin` (these commands no-op unless
66
67
# LINKED_CLI_REPO and/or LINKED_PLUGIN_REPO are set)
67
68
linkcli && linkplugin
@@ -90,7 +91,6 @@ for NEXTJS_VERSION in 10 11 12; do
90
91
exit 0
91
92
fi
92
93
93
-
94
94
# next 10 defaults to webpack 4 and next 11 defaults to webpack 5, but each can use either based on settings
95
95
if [ " $NEXTJS_VERSION " -eq " 10" ]; then
96
96
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