Skip to content

Commit 9e2f6ff

Browse files
author
Dylan Vorster
committed
sigh
1 parent cc900b2 commit 9e2f6ff

File tree

2 files changed

+20
-20
lines changed

2 files changed

+20
-20
lines changed

.circleci/config.yml

+19-19
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
version: 2
22
jobs:
3-
build:
4-
docker:
5-
- image: buildkite/puppeteer
6-
working_directory: ~/repo
7-
steps:
8-
- checkout
9-
- restore_cache:
10-
keys:
11-
- v1-dependencies-{{ checksum "yarn.lock" }}
12-
- run: yarn install
13-
- save_cache:
14-
paths:
15-
- node_modules
16-
key: v1-dependencies-{{ checksum "yarn.lock" }}
3+
build:
4+
docker:
5+
- image: buildkite/puppeteer
6+
working_directory: ~/repo
7+
steps:
8+
- checkout
9+
- restore_cache:
10+
keys:
11+
- v1-dependencies-{{ checksum "yarn.lock" }}
12+
- run: yarn install
13+
- save_cache:
14+
paths:
15+
- node_modules
16+
key: v1-dependencies-{{ checksum "yarn.lock" }}
1717

18-
# test building project
19-
- run: yarn run build
18+
# test building project
19+
- run: yarn run build
2020

21-
# test e2e tests and jest snapshots
22-
- run: cd packages/diagrams-demo-gallery && yarn run test --ci
23-
- run: cd packages/react-diagrams-routing && yarn run test --ci
21+
# test e2e tests and jest snapshots
22+
- run: cd packages/diagrams-demo-gallery && yarn run test --ci
23+
- run: cd packages/react-diagrams-routing && yarn run test --ci

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ indent_size = 2
44
trim_trailing_whitespace = true
55

66
# Some exceptions
7-
[{package.json}]
7+
[{package.json,*.yml}]
88
indent_style = space
99
indent_size = 2

0 commit comments

Comments
 (0)