afc163
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
0 deletions
-
.circleci/config.yml
|
@ -16,6 +16,9 @@ jobs: |
|
|
- run: |
|
|
- run: |
|
|
name: Install argos cli |
|
|
name: Install argos cli |
|
|
command: yarn add fast-glob lodash @argos-ci/core |
|
|
command: yarn add fast-glob lodash @argos-ci/core |
|
|
|
|
|
- run: |
|
|
|
|
|
name: Install puppeteer |
|
|
|
|
|
command: node node_modules/puppeteer/install.js |
|
|
- run: |
|
|
- run: |
|
|
name: Build dist file |
|
|
name: Build dist file |
|
|
command: yarn dist |
|
|
command: yarn dist |
|
|