diff --git a/.circleci/config.yml b/.circleci/config.yml index 8ef374e7f3..a73619ba75 100644 --- a/.circleci/config.yml +++ b/.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