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 050c785 commit d8e8e98Copy full SHA for d8e8e98
packages/nextjs/test/run-integration-tests.sh
@@ -61,7 +61,7 @@ for NEXTJS_VERSION in 10 11 12; do
61
else
62
sed -i /"next.*latest"/s/latest/"${NEXTJS_VERSION}.x"/ package.json
63
fi
64
- yarn --no-lockfile --silent >/dev/null 2>&1
+ yarn --silent >/dev/null 2>&1
65
# if applicable, use local versions of `@sentry/cli` and/or `@sentry/webpack-plugin` (these commands no-op unless
66
# LINKED_CLI_REPO and/or LINKED_PLUGIN_REPO are set)
67
linkcli && linkplugin
0 commit comments