Skip to content

Instantly share code, notes, and snippets.

@ssuperczynski
Created September 24, 2018 11:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ssuperczynski/917bca782e20c7d4e52ee9f4a8785568 to your computer and use it in GitHub Desktop.
Save ssuperczynski/917bca782e20c7d4e52ee9f4a8785568 to your computer and use it in GitHub Desktop.
if [[ $(npm audit | grep Critical -B3 -A10) != '' ]]; then exit 1; fi"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment