From 2aa2f188b35dab2b2af5bb0ab97450aa28d86c92 Mon Sep 17 00:00:00 2001 From: Stepan Usatiuk Date: Sun, 3 Jun 2018 14:46:38 +0300 Subject: [PATCH] add cacheDirectories --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 84defab..71320f6 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,10 @@ "test": "cross-env NODE_ENV=test jest", "postinstall": "cd react && npm install && npm run build" }, + "cacheDirectories": [ + "react/node_modules", + "node_modules" + ], "author": "", "dependencies": { "body-parser": "^1.18.3",