Skip to content

Commit 2d745c0

Browse files
committed
run fix
1 parent c863fec commit 2d745c0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,14 +220,15 @@
220220
<version>3.1.0</version>
221221
<executions>
222222
<execution>
223-
<id>yarn install build</id>
223+
<id>npm install build</id>
224224
<phase>generate-resources</phase>
225225
<goals>
226226
<goal>exec</goal>
227227
</goals>
228228
<configuration>
229-
<executable>yarn</executable>
229+
<executable>npm</executable>
230230
<arguments>
231+
<argument>run</argument>
231232
<argument>installAndBuild</argument>
232233
</arguments>
233234
<workingDirectory>${project.basedir}/web-report</workingDirectory>

0 commit comments

Comments
 (0)