Skip to content

Commit 35b2836

Browse files
committed
fixup! chore(e2e-tests): Add a pnpm-lock file to every e2e test folder
1 parent 4da1a93 commit 35b2836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update-e2e-lockfiles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
if [ -f "$dir/package.json" ]; then
7979
echo "Updating: $dir"
8080
if [ "${{ inputs.sentry_only }}" = "true" ]; then
81-
(cd "$dir" && pnpm update "@sentry/*" --ignore-scripts) || echo "Failed: $dir"
81+
(cd "$dir" && pnpm update "@sentry/*" --no-save --ignore-scripts) || echo "Failed: $dir"
8282
else
8383
# Update all dependencies (including transitives) to latest within allowed ranges
8484
# --no-save keeps package.json unchanged, only updates the lockfile

0 commit comments

Comments
 (0)