Skip to content

Commit

Permalink
ci: fix install dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cleydyr committed Jun 1, 2024
1 parent 2c6d027 commit 4a46ea8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,7 @@
<goal>yarn</goal>
</goals>
<configuration>
<arguments>install --production=false</arguments>
<workingDirectory>${project.basedir}/src/main/frontend</workingDirectory>
</configuration>
</execution>
Expand Down

0 comments on commit 4a46ea8

Please sign in to comment.