Skip to content

Commit

Permalink
UHM-7245: Get Frontend PIH EMR and Frontend ZL running on new O3 V5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mogoodrich committed Jul 11, 2023
1 parent 9dd0983 commit fa8f3c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,21 +103,21 @@
</configuration>
</execution>
<execution>
<id>Build frontend application</id>
<id>Assemble frontend modules</id>
<goals>
<goal>npx</goal>
</goals>
<configuration>
<arguments>openmrs@next build --build-config spa-build-config.json --target target/dist</arguments>
<arguments>--legacy-peer-deps openmrs@next assemble --mode config --config spa-build-config.json --target target/dist</arguments>
</configuration>
</execution>
<execution>
<id>Assemble frontend modules</id>
<id>Build frontend application</id>
<goals>
<goal>npx</goal>
</goals>
<configuration>
<arguments>openmrs@next assemble --mode config --config spa-build-config.json --target target/dist</arguments>
<arguments>--legacy-peer-deps openmrs@next build --build-config spa-build-config.json --target target/dist</arguments>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit fa8f3c1

Please sign in to comment.