Skip to content

Commit

Permalink
Better execution IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
breedloj committed Sep 20, 2024
1 parent 6cd1013 commit c7e7576
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@
</configuration>
</execution>
<execution>
<id>npm run build-ui</id>
<id>build login-ui</id>
<goals>
<goal>npm</goal>
</goals>
Expand All @@ -305,7 +305,7 @@
</configuration>
</execution>
<execution>
<id>npm install auth-module</id>
<id>build auth-module</id>
<goals>
<goal>npm</goal>
</goals>
Expand Down

0 comments on commit c7e7576

Please sign in to comment.