From e0931b4d984dd10625f792fa48a84856811b620e Mon Sep 17 00:00:00 2001 From: Anatole-DC Date: Mon, 18 Oct 2021 11:48:42 +0200 Subject: [PATCH] fix: fix netlify --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index aaac7d6..9a68203 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -50,8 +50,7 @@ jobs: - run: name: Install netlify command: | - npm install netlify-cli -g - npm install netlify-cli --save-dev + yarn add -D netlify-cli - run: name: Deploy app command: netlify deploy --auth $NETLIFY_AUTH_TOKEN