Skip to content

Commit

Permalink
Add yarn lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
yulii committed Aug 14, 2017
1 parent 3eee30e commit e3851c8
Show file tree
Hide file tree
Showing 3 changed files with 2,632 additions and 4,499 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ jobs:
- checkout

- restore_cache:
key: hubot-script-dependencies-{{ checksum "package-lock.json" }}
key: hubot-script-dependencies-{{ checksum "yarn.lock" }}

- run:
name: Install dependencies
command: yarn install

- save_cache:
key: hubot-script-dependencies-{{ checksum "package-lock.json" }}
key: hubot-script-dependencies-{{ checksum "yarn.lock" }}
paths:
- node_modules

Expand Down
Loading

0 comments on commit e3851c8

Please sign in to comment.