From 810d547c6181c2f47b05f71f6d1e3b4459289322 Mon Sep 17 00:00:00 2001 From: Will Cory Date: Tue, 11 Jul 2023 14:52:49 -0700 Subject: [PATCH] fix(nx): Add foundry version to nx as implicit dep --- nx.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nx.json b/nx.json index 8cafe0ab0e76..d8e431cf432b 100644 --- a/nx.json +++ b/nx.json @@ -4,7 +4,8 @@ "defaultBase": "develop" }, "implicitDependencies": { - "nx.json": "*" + "nx.json": "*", + ".foundryrc": "*" }, "tasksRunnerOptions": { "default": {