From b0477b51e1575457dd6731ad72e3aa0eef1e959a Mon Sep 17 00:00:00 2001 From: Dmitry Kosolapov home Date: Thu, 1 Sep 2022 00:15:15 +0700 Subject: [PATCH] update drone image --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index b50ecaa9..4e27bce3 100644 --- a/.drone.yml +++ b/.drone.yml @@ -30,7 +30,7 @@ steps: commands: - apk add --no-cache aws-cli npm - - npm install - - npm run build --legacy-peer-deps + - npm install --legacy-peer-deps + - npm run build - aws s3 sync build s3://instat-frontend-test-a --delete - aws cloudfront create-invalidation --distribution-id E1WZHVCHZ48SG6 --paths "/*"