Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: remove 3rd party license generation from release pipeline #11811

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

benelan
Copy link
Member

@benelan benelan commented Mar 26, 2025

Related Issue: #11640

Summary

Apparently generate-license-file installs our packages locally somewhere in order to generate the 3rd party licenses. The licenses script uses the version in package.json, so running it before publishing causes the following error, since the version doesn't exist yet:

Error: Command failed: npm install --no-workspaces
npm error code ETARGET
npm error notarget No matching version found for @esri/[email protected].
npm error notarget In most cases you or one of your dependencies are requesting
npm error notarget a package version that doesn't exist.

@github-actions github-actions bot added the chore Issues with changes that don't modify src or test files. label Mar 26, 2025
@benelan benelan added the skip visual snapshots Pull requests that do not need visual regression testing. label Mar 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Issues with changes that don't modify src or test files. skip visual snapshots Pull requests that do not need visual regression testing.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant