Browse Source

test: remove useless install script in circleci (#42204)

pull/42212/head
afc163 2 years ago
committed by GitHub
parent
commit
5ccb7ba1dd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .circleci/config.yml

3
.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

Loading…
Cancel
Save