From 9c512b87a205633f73195fbcf0ae5858ac2fd93b Mon Sep 17 00:00:00 2001 From: Andrei Dekterev Date: Mon, 5 Sep 2022 15:03:51 +0400 Subject: [PATCH] fix(#change dron): change dron script --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index f47ecfaf..a9ca655f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -33,7 +33,7 @@ steps: commands: - apk add --no-cache aws-cli bash git openssh-client make rsync - npm install --legacy-peer-deps - - npm prod + - make prod - aws s3 sync build s3://instat-frontend-test-a --delete - aws cloudfront create-invalidation --distribution-id E1WZHVCHZ48SG6 --paths "/*" - make auth-build