From 4c771269d30bb16bd4e87f5c29e0380d225c39d3 Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 19 Oct 2022 11:28:00 +0800 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 3 +++ 1 file changed, 3 insertions(+) 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