From 5ccb7ba1ddb859f18a2de201b783843c07abc9fe Mon Sep 17 00:00:00 2001 From: afc163 Date: Mon, 8 May 2023 10:33:30 +0800 Subject: [PATCH] test: remove useless install script in circleci (#42204) --- .circleci/config.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0eabec27aa..6ba4500002 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,9 +13,6 @@ jobs: - run: name: Install node_modules command: npm i - - run: - name: Install argos cli - command: npm i fast-glob lodash @argos-ci/core - run: name: Build dist file command: npm run dist