Skip to content

Commit

Permalink
Reverting phase change of yarn build.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennisoelkers committed Nov 14, 2024
1 parent 2c6cb3f commit 41ce457
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion graylog-plugin-parent/graylog-plugin-web-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@

<execution>
<id>yarn install</id>
<phase>compile</phase>
<goals>
<goal>yarn</goal>
</goals>
Expand All @@ -83,10 +84,10 @@
</execution>
<execution>
<id>Generate backend API types</id>
<phase>compile</phase>
<goals>
<goal>yarn</goal>
</goals>
<phase>compile</phase>
<configuration>
<arguments>generate:apidefs</arguments>
</configuration>
Expand Down

0 comments on commit 41ce457

Please sign in to comment.