Skip to content

Instantly share code, notes, and snippets.

@jakecraige
Last active August 29, 2015 14:13
Show Gist options
  • Save jakecraige/ee6076799664226f107f to your computer and use it in GitHub Desktop.
Save jakecraige/ee6076799664226f107f to your computer and use it in GitHub Desktop.
Silent `npm run`
{
"scripts": {
"test": "npm run --silent test-ci | node_modules/tap-spec/bin/cmd.js",
"test-ci": "node_modules/tape/bin/tape test/*.js"
}
}
@jakecraige
Copy link
Author

Now if only I could somehow make npm silent on the test-ci script.. Anyone know that's possible?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment