Skip to content

Commit

Permalink
fix(ci): rsync in package step
Browse files Browse the repository at this point in the history
  • Loading branch information
WesleyCharlesBlake committed Mar 13, 2019
1 parent 84bf53f commit 3053e7e
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
executor: base-node
steps:
- checkout
#- restore_cache:
# key: v1-{{ checksum "package-lock.json" }}
- restore_cache:
key: v1-{{ checksum "package-lock.json" }}
- run:
name: OS deps
command: sudo apt-get update && sudo apt-get install -y rsync
Expand Down Expand Up @@ -40,6 +40,9 @@ jobs:
- checkout
- restore_cache:
key: v1-{{ checksum "package-lock.json" }}
- run:
name: OS deps
command: sudo apt-get update && sudo apt-get install -y rsync
- run:
name: Build dist
command: npm run build
Expand Down

0 comments on commit 3053e7e

Please sign in to comment.