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

chore(repo): add missing prepare script for several packages #1562

Merged
merged 1 commit into from
Aug 26, 2023

Conversation

jonkoops
Copy link
Contributor

@jonkoops jonkoops commented Aug 20, 2023

Rollup Plugin Name: babel, data-uri, dynamic-import-vars, html, strip

This PR contains:

  • bugfix
  • feature
  • refactor
  • documentation
  • other

Are tests included?

  • yes (bugfixes and features will not be merged without tests)
  • no

Breaking Changes?

  • yes (breaking changes will not be merged unless absolutely necessary)
  • no

If yes, then include "BREAKING CHANGES:" in the first commit message body, followed by a description of what is breaking.

List any relevant issue numbers: None

Description

This PR adds the missing prepare script to several packages, so that they will be built upon running pnpm install. This aligns with the behavior of other packages.

Alternatively, this could be solved by having a single prepare script in the root package, which can then run this command for all projects in the workspace. This approach would prevent accidental inconsistencies from being introduced, such as those mitigated in this PR. It would also remove duplicated code between package scripts.

Please do let me know what the preferred solution for this would be, and I will adjust the PR accordingly if required.

@shellscape shellscape changed the title Add missing prepare script for several packages chore(repo): add missing prepare script for several packages Aug 26, 2023
@shellscape shellscape merged commit d35d007 into rollup:master Aug 26, 2023
@shellscape
Copy link
Collaborator

thanks!

@jonkoops jonkoops deleted the add-missing-prepare branch August 28, 2023 08:51
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