add cacheDirectories

This commit is contained in:
2018-06-03 14:46:38 +03:00
parent 3cc1aa5475
commit 2aa2f188b3

View File

@@ -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",