Skip to content

Remove that legacy yarn setting#599

Open
agarwal-kritika wants to merge 3 commits into
REL-17from
agarwal-kritika-patch-5
Open

Remove that legacy yarn setting#599
agarwal-kritika wants to merge 3 commits into
REL-17from
agarwal-kritika-patch-5

Conversation

@agarwal-kritika

Copy link
Copy Markdown
Contributor

The pgAdmin 9.15 source has a .yarnrc.yml file with a legacy configuration option approvedGitRepositories that's not supported in newer Yarn versions.

The pgAdmin 9.15 source has a .yarnrc.yml file with a legacy configuration option approvedGitRepositories that's not supported in newer Yarn versions.
@agarwal-kritika agarwal-kritika self-assigned this May 13, 2026
rm -rf "${TEMP_DIR}"
# Remove any stray yarn config from parent directories that may interfere with build
SCRIPT_DIR=$(dirname "${SOURCE_DIR}")
rm -rf "${SCRIPT_DIR}/.yarn" "${SCRIPT_DIR}/.yarnrc.yml" 2>/dev/null || true

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

will this not impact the parallel builds that run on other branches?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants