From 98a4faf2893337720da329ac733fb3b5a9cd7fcc Mon Sep 17 00:00:00 2001 From: niekdonk <36667461+niekdonk@users.noreply.github.com> Date: Thu, 31 Oct 2024 10:09:12 +0100 Subject: [PATCH] Use property parameter instead of duplicating content Use the provided pnpm.args.install property instead of duplicating the contents Closes #34447 Signed-off-by: niekdonk <36667461+niekdonk@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1311f05029..969697295a 100644 --- a/pom.xml +++ b/pom.xml @@ -1516,7 +1516,7 @@ pnpm - install --prefer-offline --frozen-lockfile --ignore-scripts + ${pnpm.args.install} ${maven.multiModuleProjectDirectory}