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