Skip to content

Commit d833777

Browse files
committed
- Made the build steps in Circle CI a bit nicer
1 parent 35dbe75 commit d833777

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@ jobs:
1111
- v1-dependencies-{{ checksum "package.json" }}
1212
- v1-dependencies-
1313
- run:
14-
name: install
14+
name: Install dependencies
1515
command: yarn install
1616
- save_cache:
1717
key: v1-dependencies-{{ checksum "package.json" }}
1818
paths:
1919
- node_modules
2020
- run:
21-
name: build
21+
name: Build library
2222
command: yarn run release
2323
- run:
24-
name: test
24+
name: Run unit tests
2525
command: yarn run test:coverage
2626
- run:
27-
name: e2e
27+
name: Run e2e tests
2828
command: yarn run test:e2e
2929
- run:
30-
name: codecov
30+
name: Submit to Codecov
3131
command: yarn run codecov

0 commit comments

Comments
 (0)