Skip to content
This repository was archived by the owner on Feb 8, 2023. It is now read-only.

Commit eb39372

Browse files
Need to run npm to install bower first, otherwise it fails
1 parent c323bff commit eb39372

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,12 @@
103103
<npmVersion>1.3.8</npmVersion>
104104
</configuration>
105105
</execution>
106+
<execution>
107+
<id>npm install</id>
108+
<goals>
109+
<goal>npm</goal>
110+
</goals>
111+
</execution>
106112
<execution>
107113
<id>bower install</id>
108114
<goals>

0 commit comments

Comments
 (0)