Skip to content

Commit

Permalink
allow lockfile when installing nextjs integration test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
lobsterkatie committed Aug 2, 2022
1 parent 050c785 commit d8e8e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nextjs/test/run-integration-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ for NEXTJS_VERSION in 10 11 12; do
else
sed -i /"next.*latest"/s/latest/"${NEXTJS_VERSION}.x"/ package.json
fi
yarn --no-lockfile --silent >/dev/null 2>&1
yarn --silent >/dev/null 2>&1
# if applicable, use local versions of `@sentry/cli` and/or `@sentry/webpack-plugin` (these commands no-op unless
# LINKED_CLI_REPO and/or LINKED_PLUGIN_REPO are set)
linkcli && linkplugin
Expand Down

0 comments on commit d8e8e98

Please sign in to comment.