Skip to content

Commit

Permalink
projectforge-webapp: pom.xml changed (for hopefully fixing GitHub's C…
Browse files Browse the repository at this point in the history
…I failures)
  • Loading branch information
kreinhard committed May 18, 2022
1 parent b980f37 commit c72d72e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions projectforge-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,12 @@
<goals>
<goal>npm</goal>
</goals>
<configuration>
<arguments>install</arguments>
</configuration>
</execution>
<execution>
<id>npm run build</id>
<goals>
<goal>npm</goal>
</goals>
<configuration>
<arguments>run build</arguments>
</configuration>
</execution>
</executions>
<!-- YARN: -->
Expand Down

0 comments on commit c72d72e

Please sign in to comment.