Skip to content

Commit 5fd1df1

Browse files
author
Adam Miskiewicz
committed
Fix circleci.yml typo
1 parent 58a19ce commit 5fd1df1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- run: yarn # install root deps
1717
- run: ./scripts/test.sh # run tests
1818
- setup_remote_docker
19-
docker_layer_caching: true # (3)
19+
docker_layer_caching: true # (3)
2020
- deploy:
2121
command: |
2222
set -x

0 commit comments

Comments
 (0)