From 33d2bece53ceb7c89209988fc7639e84a583c2c8 Mon Sep 17 00:00:00 2001 From: MaxKless <34165455+MaxKless@users.noreply.github.com> Date: Mon, 15 Jul 2024 16:46:34 +0200 Subject: [PATCH] fix(misc): add NX_E2E_RUN_E2E env to e2eInputs (#26939) --- nx.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nx.json b/nx.json index 24750ba283..515a1b981d 100644 --- a/nx.json +++ b/nx.json @@ -42,6 +42,9 @@ }, { "env": "CI" + }, + { + "env": "NX_E2E_RUN_E2E" } ] },