From 89ca77538432ab727c85b0513d1aa397bb52cf97 Mon Sep 17 00:00:00 2001 From: Miguel Laginha Date: Tue, 12 Oct 2021 16:16:57 +0100 Subject: [PATCH] ci: new config for cci --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 49b785ba837..22cbf6e7140 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -14,10 +14,10 @@ jobs: - checkout - run: name: Install Grunt - command: yarn add -W grunt grunt-cli + command: npm i -W grunt grunt-cli - run: name: Install NPM dependencies - command: npx lerna bootstrap + command: npm i - run: name: Production build command: npx grunt