We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c863fec commit 2d745c0Copy full SHA for 2d745c0
1 file changed
pom.xml
@@ -220,14 +220,15 @@
220
<version>3.1.0</version>
221
<executions>
222
<execution>
223
- <id>yarn install build</id>
+ <id>npm install build</id>
224
<phase>generate-resources</phase>
225
<goals>
226
<goal>exec</goal>
227
</goals>
228
<configuration>
229
- <executable>yarn</executable>
+ <executable>npm</executable>
230
<arguments>
231
+ <argument>run</argument>
232
<argument>installAndBuild</argument>
233
</arguments>
234
<workingDirectory>${project.basedir}/web-report</workingDirectory>
0 commit comments