Skip to content

Commit

Permalink
fix(ci): Restored cached filed before deploying
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesrabo committed Jun 19, 2019
1 parent 8b7ffd6 commit e106418
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ jobs:
- image: circleci/node:10.5.0
steps:
- checkout
- restore_cache:
key: dependency-cache-{{ checksum "package-lock.json" }}
- run:
name: Semantic Release
command: npm run semantic-release
Expand Down

0 comments on commit e106418

Please sign in to comment.