Skip to content

Commit

Permalink
config set strict-ssl false
Browse files Browse the repository at this point in the history
  • Loading branch information
henryhuang committed Jun 29, 2024
1 parent 1f5898f commit 6997b45
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions largier-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@
<goal>install-node-and-npm</goal>
</goals>
</execution>
<execution>
<id>npm config</id>
<goals>
<goal>npm</goal>
</goals>
<phase>generate-resources</phase>
<configuration>
<arguments>config set strict-ssl false</arguments>
</configuration>
</execution>
<execution>
<id>npm install</id>
<goals>
Expand Down

0 comments on commit 6997b45

Please sign in to comment.