Skip to content

Commit

Permalink
fix: Exclude .yarnrc from .dockerignore; bump Yarn timeout (#5107)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwalters512 committed Nov 19, 2021
1 parent 5115c4e commit 048d8ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .dockerignore
Expand Up @@ -7,6 +7,7 @@
!.eslintrc.js
!.prettierignore
!.prettierrc.json
!.yarnrc
!tsconfig.json
!admin_queries/
!api/
Expand Down
2 changes: 1 addition & 1 deletion .yarnrc
@@ -1 +1 @@
network-timeout 60000
network-timeout 300000

0 comments on commit 048d8ef

Please sign in to comment.