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 4da1a93 commit 35b2836Copy full SHA for 35b2836
.github/workflows/update-e2e-lockfiles.yml
@@ -78,7 +78,7 @@ jobs:
78
if [ -f "$dir/package.json" ]; then
79
echo "Updating: $dir"
80
if [ "${{ inputs.sentry_only }}" = "true" ]; then
81
- (cd "$dir" && pnpm update "@sentry/*" --ignore-scripts) || echo "Failed: $dir"
+ (cd "$dir" && pnpm update "@sentry/*" --no-save --ignore-scripts) || echo "Failed: $dir"
82
else
83
# Update all dependencies (including transitives) to latest within allowed ranges
84
# --no-save keeps package.json unchanged, only updates the lockfile
0 commit comments