Skip to content

Commit 4fcd62d

Browse files
committed
Change npm install to ci
1 parent dc8142a commit 4fcd62d

File tree

2 files changed

+9654
-4887
lines changed

2 files changed

+9654
-4887
lines changed

monitoring-dashboard/components/org.wso2.micro.integrator.dashboard.web/pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@
4141
<workingDirectory>${project.basedir}/web-app</workingDirectory>
4242
<executable>npm</executable>
4343
<arguments>
44-
<argument>install</argument>
44+
<argument>ci</argument>
45+
<argument>--legacy-peer-deps</argument>
46+
<!-- using legacy peer deps to avoid dependency conflicts with @asgardeo/auth-react -->
4547
</arguments>
4648
</configuration>
4749
<goals>

0 commit comments

Comments
 (0)