Skip to content

Commit

Permalink
ignore engines test
Browse files Browse the repository at this point in the history
  • Loading branch information
lobsterkatie committed Aug 19, 2022
1 parent aa89a4e commit 6b358f7
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 @@ -62,7 +62,7 @@ for NEXTJS_VERSION in 10 11 12; do
sed -i /"next.*latest"/s/latest/"${NEXTJS_VERSION}.x"/ package.json
fi
# yarn --no-lockfile --silent >/dev/null 2>&1
yarn --no-lockfile
yarn --no-lockfile --ignore-engines
# 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 6b358f7

Please sign in to comment.