Skip to content

Commit

Permalink
fixed deps
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed May 3, 2023
1 parent 0c288d7 commit 67070ce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build_manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,14 @@
"dependencies": []
},
"l1-artifacts": {
"buildDir": "l1-artifacts",
"buildDir": "yarn-project/l1-artifacts",
"dockerfile": "Dockerfile",
"rebuildPatterns": [
"^yarn-project/l1-artifacts/"
],
"dependencies": [
"foundation"
"yarn-project/foundation",
"l1-contracts"
]
},
"yarn-project-base": {
Expand Down

0 comments on commit 67070ce

Please sign in to comment.