From ff165bf6cdfdecb111e882735b315c1d23415481 Mon Sep 17 00:00:00 2001
From: Joze RIHTARSIC <joze.RIHTARSIC@ext.ec.europa.eu>
Date: Tue, 31 May 2022 16:31:42 +0200
Subject: [PATCH] fix npm build

---
 smp-angular/pom.xml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/smp-angular/pom.xml b/smp-angular/pom.xml
index d3ef0ab3a..2a61c5cab 100644
--- a/smp-angular/pom.xml
+++ b/smp-angular/pom.xml
@@ -77,6 +77,15 @@
                   <npmVersion>${npm.version}</npmVersion>
                 </configuration>
               </execution>
+              <execution>
+                <id>npm install</id>
+                <goals>
+                  <goal>npm</goal>
+                </goals>
+                <configuration>
+                  <arguments>install --unsafe-perm</arguments>
+                </configuration>
+              </execution>
               <execution>
                 <id>prod</id>
                 <phase>generate-resources</phase>
-- 
GitLab