diff --git a/.circleci/config.yml b/.circleci/config.yml index e39fb9c..ef09a30 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -48,7 +48,7 @@ jobs: name: Install netlify # --cached : reuse the highest version already used somewhere within the project command: | - yarn add --cached netlify-cli + yarn add netlify-cli - run: # --prod: (boolean) - Deploy to production # --open : (boolean) - Open site after deploy