Skip to content

Commit

Permalink
Fix CircleCI config.yml indent
Browse files Browse the repository at this point in the history
  • Loading branch information
tassoevan committed Dec 12, 2018
1 parent a6c293a commit 73244c6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
- restore_cache:
keys:
- v1-dependencies-
# fallback to using the latest cache if no exact match is found
# fallback to using the latest cache if no exact match is found
- v1-dependencies-

- run: npm install
Expand All @@ -25,10 +25,10 @@ jobs:
# command: npm test

- run:
name: Build
command: |
npm run builddist
npm run publish:prepare
name: Build
command: |
npm run builddist
npm run publish:prepare
- save_cache:
paths:
Expand Down

0 comments on commit 73244c6

Please sign in to comment.