Skip to content

Commit

Permalink
Fixed Maven build for the JS unit tests
Browse files Browse the repository at this point in the history
Refs #156
  • Loading branch information
The4thLaw committed Sep 9, 2024
1 parent 51665ef commit b127681
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/demyo-vue-frontend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -106,13 +106,13 @@

<!-- Skippable unit tests -->
<execution>
<id>npm run test:unit</id>
<id>npm run test:ci</id>
<goals>
<goal>npm</goal>
</goals>
<phase>test</phase>
<configuration>
<arguments>run test:unit</arguments>
<arguments>run test:ci</arguments>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit b127681

Please sign in to comment.