Created
September 24, 2018 11:53
-
-
Save ssuperczynski/917bca782e20c7d4e52ee9f4a8785568 to your computer and use it in GitHub Desktop.
Revisions
-
ssuperczynski created this gist
Sep 24, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ if [[ $(npm audit | grep Critical -B3 -A10) != '' ]]; then exit 1; fi"