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(developer): bundle.sh must succeed #6091

Merged
merged 1 commit into from
Jan 11, 2022

Commits on Jan 10, 2022

  1. fix(developer): bundle.sh must succeed

    Fixes a build failure after #6074 was merged. The final grep statement
    in the line
    
      cat package.json | grep -v "@keymanapp/models-templates" | grep -v "@keymanapp/models-wordbreakers" > package.json
    
    would fail to find anything to exclude, and return an error value, so
    the script would fail, as we use `set -e`. We didn't care that it didn't
    find anything to exclude... so we will ignore the return value.
    mcdurdin committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    474a23b View commit details
    Browse the repository at this point in the history