Commit 8087e2b9 authored by OptimismBot's avatar OptimismBot Committed by GitHub

Merge pull request #6262 from...

Merge pull request #6262 from ethereum-optimism/07-11-fix_nx_Add_foundry_version_to_nx_as_implicit_dep

fix(nx): Add foundry version to nx as implicit dep
parents 8a3ec2b5 51fccf9f
...@@ -4,7 +4,10 @@ ...@@ -4,7 +4,10 @@
"defaultBase": "develop" "defaultBase": "develop"
}, },
"implicitDependencies": { "implicitDependencies": {
"nx.json": "*" "nx.json": "*",
"tsconfig.json": "*",
".foundryrc": "*",
".nvmrc": "*"
}, },
"tasksRunnerOptions": { "tasksRunnerOptions": {
"default": { "default": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment