From be155f1540f3ec41c88472ca459fa8f36987cb85 Mon Sep 17 00:00:00 2001 From: Max Kless Date: Mon, 15 Jul 2024 15:58:04 +0200 Subject: [PATCH] fix(misc): add NX_E2E_RUN_E2E env to e2eInputs --- nx.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nx.json b/nx.json index 24750ba2831a1..515a1b981dea8 100644 --- a/nx.json +++ b/nx.json @@ -42,6 +42,9 @@ }, { "env": "CI" + }, + { + "env": "NX_E2E_RUN_E2E" } ] },