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 duplicated web scripts options #362

Merged
merged 2 commits into from May 15, 2020

Commits on May 15, 2020

  1. Configuration menu
    Copy the full SHA
    bfad099 View commit details
    Browse the repository at this point in the history
  2. fix(web-scripts): unknown command options were parsed twice

    Upgrading `commander.js` to 5.x resulted in unknown options being parsed twice, breaking tasks in some scenarios.
    
    For more details: tj/commander.js#1138
    
    Fixes spotify#341
    pmowrer committed May 15, 2020
    Configuration menu
    Copy the full SHA
    d30364b View commit details
    Browse the repository at this point in the history