From c9d4a1adb4b61f3a4c5f0234599cae64d39fb67f Mon Sep 17 00:00:00 2001 From: Jim Martens Date: Wed, 27 Feb 2019 15:34:11 +0100 Subject: [PATCH] Set audit for npm to false Signed-off-by: Jim Martens --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index c3e6cfb..7166fd6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,6 +17,7 @@ pipeline: - export LC_ALL="C.UTF-8" - ruby -e 'puts STDIN.external_encoding' # figure out the encoding used - bundle install + - npm set audit false - npm install - gulp build rebuild-cache: