mirror of
https://github.com/usatiuk/ustk-todolist.git
synced 2025-10-28 15:47:48 +01:00
add cacheDirectories
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user