From 7f1694ad4d3a773392fa17af6c850ac8d5829f68 Mon Sep 17 00:00:00 2001 From: Steven Hunt Date: Mon, 1 Jun 2020 14:28:37 +0100 Subject: [PATCH] feat: install snyk globally --- scripts/install-npms.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/install-npms.sh b/scripts/install-npms.sh index 5603d314..ffdf08ce 100755 --- a/scripts/install-npms.sh +++ b/scripts/install-npms.sh @@ -1,3 +1,4 @@ #!/usr/bin/env bash npm install serverless -g +npm install snyk -g