Skip to content

Commit

Permalink
build: update frontend packaging with maven
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin-Guillemin committed Feb 5, 2024
1 parent 7fb6acb commit 5851f03
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.17</version>
<relativePath />
<relativePath/>
</parent>

<groupId>fr.recia.glc</groupId>
Expand Down Expand Up @@ -646,6 +646,9 @@
<goals>
<goal>yarn</goal>
</goals>
<configuration>
<arguments>install --immutable</arguments>
</configuration>
</execution>
<execution>
<id>yarn build</id>
Expand Down

0 comments on commit 5851f03

Please sign in to comment.