From 5300b778136935e76850314c0ad7a97153df01f4 Mon Sep 17 00:00:00 2001 From: Leo Lamprecht Date: Tue, 22 Aug 2017 01:07:48 +0200 Subject: [PATCH] Tell Yarn to cache dependencies (#2113) * Tell Yarn to cache dependencies * Updated license year --- circle.yml | 5 +++++ license.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 6e785a79..5afbc935 100644 --- a/circle.yml +++ b/circle.yml @@ -1,10 +1,15 @@ machine: xcode: version: 8.2 + pre: + - mkdir ~/.yarn-cache dependencies: pre: - npm install -g yarn + - yarn config set cache-folder ~/.yarn-cache + cache_directories: + - ~/.yarn-cache override: - yarn diff --git a/license.md b/license.md index 5984b833..a85488e8 100644 --- a/license.md +++ b/license.md @@ -1,6 +1,6 @@ # MIT License -Copyright (c) 2016 Zeit, Inc. +Copyright (c) 2017 Zeit, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal