Skip to content

Commit e0eafc8

Browse files
committed
lint
1 parent a100cdf commit e0eafc8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
name: CI-Build
2727
command: npm run cibuild
2828

29-
install-and-cibuild:
29+
install-and-cibuild:
3030
docker:
3131
- image: cimg/node:18.20.4
3232
working_directory: ~/plotly.js
@@ -336,8 +336,8 @@ jobs:
336336
- run:
337337
name: Install poppler-utils to have pdftops for exporting eps
338338
command: |
339-
sudo apt-get update --allow-releaseinfo-change
340-
sudo apt-get install poppler-utils
339+
sudo apt-get update --allow-releaseinfo-change
340+
sudo apt-get install poppler-utils
341341
- run:
342342
name: Create svg, jpg, jpeg, webp, pdf and eps files
343343
command: python3 test/image/make_exports.py

0 commit comments

Comments
 (0)