Skip to content

Commit

Permalink
test: fix modules order
Browse files Browse the repository at this point in the history
Related to #20466
  • Loading branch information
mcollovati committed Nov 14, 2024
1 parent 6bd246e commit 7a142e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flow-tests/test-frontend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
<module>vite-basics</module>
<module>vite-production</module>
<module>vite-production-custom-frontend</module>
<module>vite-context-path/pom-production.xml</module>
<module>vite-context-path</module>
<module>vite-context-path/pom-production.xml</module>
<module>vite-pwa</module>
<module>vite-pwa-custom-offline-path</module>
<module>vite-pwa-custom-offline-path/pom-production.xml</module>
Expand All @@ -46,10 +46,10 @@
<!-- npm and pnpm dev mode and prod mode -->
<!-- run production build before dev build as dev build has npm i in thread -->
<module>vite-embedded-webcomponent-resync</module>
<module>test-npm/pom-production.xml</module>
<module>test-npm</module>
<module>test-pnpm/pom-production.xml</module>
<module>test-npm/pom-production.xml</module>
<module>test-pnpm</module>
<module>test-pnpm/pom-production.xml</module>
</modules>
</profile>
</profiles>
Expand Down

0 comments on commit 7a142e5

Please sign in to comment.