From 09a1bf09c110941b06f45959ccc780a0c0f4079c Mon Sep 17 00:00:00 2001 From: Hugo Dias Date: Thu, 16 Feb 2017 16:45:31 +0000 Subject: [PATCH 1/2] Add yarn-cache to ignored paths for some CIs we need to change yarn-cache to the working directory so it can be cache between builds --- options-manager.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/options-manager.js b/options-manager.js index 4e30a5a3..4ac3c48a 100644 --- a/options-manager.js +++ b/options-manager.js @@ -21,7 +21,8 @@ const DEFAULT_IGNORE = [ 'fixture{s,}/**', '{test,tests,spec,__tests__}/fixture{s,}/**', 'vendor/**', - 'dist/**' + 'dist/**', + 'yarn-cache/** ]; const DEFAULT_EXTENSION = [ From fc3741258c4a21c61842631a18e9d98652592126 Mon Sep 17 00:00:00 2001 From: Hugo Dias Date: Thu, 16 Feb 2017 16:46:50 +0000 Subject: [PATCH 2/2] forgot a ' --- options-manager.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options-manager.js b/options-manager.js index 4ac3c48a..d205b12f 100644 --- a/options-manager.js +++ b/options-manager.js @@ -22,7 +22,7 @@ const DEFAULT_IGNORE = [ '{test,tests,spec,__tests__}/fixture{s,}/**', 'vendor/**', 'dist/**', - 'yarn-cache/** + 'yarn-cache/**' ]; const DEFAULT_EXTENSION = [