Skip to content

Commit d8e8e98

Browse files
committed
allow lockfile when installing nextjs integration test deps
1 parent 050c785 commit d8e8e98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ 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 --silent >/dev/null 2>&1
6565
# if applicable, use local versions of `@sentry/cli` and/or `@sentry/webpack-plugin` (these commands no-op unless
6666
# LINKED_CLI_REPO and/or LINKED_PLUGIN_REPO are set)
6767
linkcli && linkplugin

0 commit comments

Comments
 (0)