Skip to content

Commit

Permalink
Remove cache
Browse files Browse the repository at this point in the history
  • Loading branch information
dorsha committed Dec 25, 2018
1 parent 3e8f67e commit 166ddf2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,11 @@ jobs:
working_directory: ~/sane-reports
steps:
- checkout
- restore_cache:
key: npm-sane-reports-{{ checksum "package.json" }}
- run:
name: Install dependencies
command: |
sudo npm install npm@latest -g
npm install
- save_cache:
key: npm-sane-reports-{{ checksum "package.json" }}
paths:
- node_modules
- run:
name: Build
command: npm run production
Expand Down

0 comments on commit 166ddf2

Please sign in to comment.