Browse Source

Update config.yml

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

3
.circleci/config.yml

@ -16,6 +16,9 @@ jobs:
- run:
name: Install argos cli
command: yarn add fast-glob lodash @argos-ci/core
- run:
name: Install puppeteer
command: node node_modules/puppeteer/install.js
- run:
name: Build dist file
command: yarn dist

Loading…
Cancel
Save