From 3ab82595d40d6ae1d56e0915c1ce3943b39b3be5 Mon Sep 17 00:00:00 2001 From: Dmitry Kosolapov home Date: Thu, 1 Sep 2022 00:22:53 +0700 Subject: [PATCH] update drone image --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 60cdd6b0..34879520 100644 --- a/.drone.yml +++ b/.drone.yml @@ -31,6 +31,7 @@ steps: commands: - apk add --no-cache aws-cli npm - npm install --force + - npm audit fix --force - npm run build - aws s3 sync build s3://instat-frontend-test-a --delete - aws cloudfront create-invalidation --distribution-id E1WZHVCHZ48SG6 --paths "/*"