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

fix(build): ensure to check spawn result and assume files unchanged MONGOSH-521 #599

Merged
merged 3 commits into from
Feb 2, 2021

Commits on Feb 2, 2021

  1. ensure to check spawn result and assume files unchanged

    - uses a helper function to ensure spawn.sync calls throw if not successful
    - before lerna publish marks known changed files as assume-unchanged and reverts after publish
    
    Signed-off-by: Michael Rose <michael_rose@gmx.de>
    rose-m committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    7c4a631 View commit details
    Browse the repository at this point in the history
  2. increase test coverage

    rose-m committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    6589c36 View commit details
    Browse the repository at this point in the history
  3. fixup: increase test coverage

    rose-m committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    c475a3e View commit details
    Browse the repository at this point in the history