Adding npm timeout for slow bandwidth

This commit is contained in:
Félix Aime 2021-03-24 19:03:48 +01:00
parent fadcee35db
commit 208d408d37
2 changed files with 2 additions and 0 deletions

1
app/backend/.npmrc Normal file
View File

@ -0,0 +1 @@
timeout=60000

1
app/frontend/.npmrc Normal file
View File

@ -0,0 +1 @@
timeout=60000