Skip to content

Commit

Permalink
suppress warning in build for production
Browse files Browse the repository at this point in the history
  • Loading branch information
slubwama committed Feb 13, 2024
1 parent eab4a56 commit 24aa437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion owa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<goal>npm</goal>
</goals>
<configuration>
<arguments>run build-prod</arguments>
<arguments>run build-prod -- --no-warnings</arguments>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 24aa437

Please sign in to comment.