Skip to content

Commit e5e90b5

Browse files
committed
rely on locally installed npm
1 parent a33123b commit e5e90b5

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

frontend/pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,20 @@
3030
<goals>
3131
<goal>exec</goal>
3232
</goals>
33+
<configuration>
34+
<executable>npm</executable>
35+
<arguments>
36+
<argument>install</argument>
37+
</arguments>
38+
<workingDirectory>${basedir}</workingDirectory>
39+
</configuration>
40+
</execution>
41+
<execution>
42+
<id>exec-npm-build</id>
43+
<phase>package</phase>
44+
<goals>
45+
<goal>exec</goal>
46+
</goals>
3347
<configuration>
3448
<executable>npm</executable>
3549
<arguments>

0 commit comments

Comments
 (0)