Skip to content

Commit

Permalink
copy packages to eth-node (fix #13498)
Browse files Browse the repository at this point in the history
  • Loading branch information
clemsos committed May 7, 2024
1 parent eb95673 commit 2f51919
Show file tree
Hide file tree
Showing 2 changed files with 908 additions and 3 deletions.
18 changes: 15 additions & 3 deletions docker/development/eth-node/.gitignore
@@ -1,5 +1,17 @@
networks.json

# local deps
packages

# contracts
cache
.yarn

# yarn
.yarn/*
.pnp.js
# !.yarn/cache
!.yarn/patches
!.yarn/plugins
!.yarn/releases
networks.json
packages
!.yarn/sdks
!.yarn/versions
893 changes: 893 additions & 0 deletions docker/development/eth-node/.yarn/releases/yarn-4.1.1.cjs

Large diffs are not rendered by default.

0 comments on commit 2f51919

Please sign in to comment.