Skip to content

Commit 9a7c550

Browse files
authored
Update config.yml
1 parent aab23c6 commit 9a7c550

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.circleci/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ jobs:
2222
docker:
2323
- image: circleci/node:8
2424
steps:
25+
- checkout
26+
- restore_cache:
27+
keys:
28+
- v{{ .Environment.CIRCLE_CACHE_VERSION }}-{{ checksum "package.json" }}
29+
- run: npm i
2530
- run: ./update.sh
2631
workflows:
2732
version: 2

0 commit comments

Comments
 (0)