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

Adjust workflows to release a @webref/elements package #248

Merged
merged 1 commit into from
Jun 2, 2021

Commits on Jun 1, 2021

  1. Adjust workflows to release a @webref/elements package

    This adjusts workflows to also handle and release a `@webref/elements` package,
    as discussed in #51. Tests guarantee that interfaces that appear in the package
    also exist in the `@webref/idl`.
    
    Ideally, the IDL package should be added as peer dependency to the elements
    package but that creates a chicken-and-egg situation as we will likely often
    release packages together.
    
    Patches are an overkill for now but could prove useful in the long run.
    
    The update also splits CSS, elements, and IDL tests. That is a first step
    towards addressing #237. It does not fully solve it though, as IDL patches are
    still applied when the CSS package is released.
    tidoust committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    06f37e3 View commit details
    Browse the repository at this point in the history