mirror of
https://github.com/usatiuk/ustk-todolist.git
synced 2025-10-29 08:07:48 +01:00
add cacheDirectories
This commit is contained in:
@@ -10,6 +10,10 @@
|
|||||||
"test": "cross-env NODE_ENV=test jest",
|
"test": "cross-env NODE_ENV=test jest",
|
||||||
"postinstall": "cd react && npm install && npm run build"
|
"postinstall": "cd react && npm install && npm run build"
|
||||||
},
|
},
|
||||||
|
"cacheDirectories": [
|
||||||
|
"react/node_modules",
|
||||||
|
"node_modules"
|
||||||
|
],
|
||||||
"author": "",
|
"author": "",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"body-parser": "^1.18.3",
|
"body-parser": "^1.18.3",
|
||||||
|
|||||||
Reference in New Issue
Block a user