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

Use node_modules/istanbul/lib/cli.js instead of node_modules/.bin/istanbul #1346

Merged
merged 2 commits into from
May 14, 2017

Commits on May 13, 2017

  1. Use istanbul/lib/cli.js instead of node_modules/.bin/istanbul

    Fixes handlebars-lang#1331
    
    Due to the way, "bin"-files are distributed into the node_modules/.bin
    directory on Windows, the task "test:cov" did not work on Windows.
    This commit uses the node-script directly.
    nknapp committed May 13, 2017
    Configuration menu
    Copy the full SHA
    611d6d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c28efb View commit details
    Browse the repository at this point in the history