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

Make it possible to build npm with a linked language repo #2214

Merged
merged 4 commits into from
Apr 11, 2024

Commits on Apr 9, 2024

  1. Make it possible to build npm with a linked language repo

    This makes several changes:
    
    * It renames the `UPDATE_SASS_PROTOCOL` environment variable used by
      the Grinder `protobuf` task to `UPDATE_SASS_SASS_REPO` to make it
      more generic and so usable by other tasks. The previous name still
      works but is considered deprecated.
    
    * The `pkg-npm-*` grinder tasks now respects the
      `UPDATE_SASS_SASS_REPO` environment variable. This allows repos to
      ensure that the linked language repo's version of the TypeScript
      types are used when building the npm package.
    
    * `UPDATE_SASS_SASS_REPO=false` is set for all the `pkg-npm-*` tasks
      run by this repo, so that they will use the linked language repo's
      version of the TypeScript types.
    nex3 committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    99aeb08 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    223d808 View commit details
    Browse the repository at this point in the history
  2. Update tool/grind.dart

    Co-authored-by: Carlos (Goodwine) <2022649+Goodwine@users.noreply.github.com>
    nex3 and Goodwine committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    efdf347 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Fix fallback path

    nex3 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    1e9f52b View commit details
    Browse the repository at this point in the history