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

Adds constraints.pro rule that removes prepack build scripts #1907

Merged
merged 1 commit into from
Oct 24, 2023

Conversation

MajorLift
Copy link
Contributor

@MajorLift MajorLift commented Oct 24, 2023

Explanation

The prepack build script from incoming migration packages interfere with the release CI and need to be replaced with the prepack script in the root package.json.

This constraints.pro rule enforces that redundant prepack scripts in non-root packages are removed.

References

Changelog

N/A

Checklist

  • I've updated the test suite for new or updated code as appropriate
  • I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate
  • I've highlighted breaking changes using the "BREAKING" category above as appropriate

@MajorLift MajorLift requested a review from a team as a code owner October 24, 2023 19:33
@MajorLift MajorLift self-assigned this Oct 24, 2023
@MajorLift MajorLift merged commit ed03f8e into main Oct 24, 2023
115 checks passed
@MajorLift MajorLift deleted the 231024-constraintspro-remove-prepack-build-script branch October 24, 2023 19:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add constraints entry for removing prepack build script from packages
2 participants