From 8cfcef4b85385afc84b4220d7cd44bb931bda1ef Mon Sep 17 00:00:00 2001 From: Jonathan Cremin Date: Mon, 6 Jun 2016 18:26:34 +0100 Subject: [PATCH] Cache directories in build. --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 6021173..8bf1e34 100644 --- a/package.json +++ b/package.json @@ -111,5 +111,8 @@ "babel-runtime": "npm:babel-runtime@^5.8.24", "core-js": "npm:core-js@^1.1.4" } - } + }, + "cacheDirectories": [ + "node_modules", "web/public/jspm_packages" + ] }