Cache directories in build.

This commit is contained in:
Jonathan Cremin 2016-06-06 18:26:34 +01:00
parent 394597d69f
commit 8cfcef4b85

View file

@ -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"
]
}