From 17968c6d5413cd8bdcba266d2fe2f3e6deacf4c0 Mon Sep 17 00:00:00 2001 From: Vojtech Masek Date: Tue, 1 Apr 2025 01:36:40 +0200 Subject: [PATCH] test: disable parallel install of packages in e2e test --- nx.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/nx.json b/nx.json index 84fbf0790..1d72f5dca 100644 --- a/nx.json +++ b/nx.json @@ -16,6 +16,9 @@ "e2e": { "dependsOn": ["^build"] }, + "nxv-pkg-install": { + "parallelism": false + }, "@nx/vite:test": { "cache": true, "inputs": ["default", "^production"],