Skip to content

Commit

Permalink
jonashackt#13: Streamlining frontend pom
Browse files Browse the repository at this point in the history
  • Loading branch information
jonashackt committed Apr 17, 2018
1 parent de77faa commit 986766a
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions frontend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,27 +33,6 @@
<nodeVersion>v9.11.1</nodeVersion>
</configuration>
</execution>
<!-- Set NPM Registry -->
<execution>
<id>npm set registry</id>
<goals>
<goal>npm</goal>
</goals>
<configuration>
<arguments>config set registry https://registry.npmjs.org</arguments>
</configuration>
</execution>
<!-- Set SSL privilege -->
<execution>
<id>npm set non-strict ssl</id>
<goals>
<goal>npm</goal>
</goals>
<!-- Optional configuration which provides for running any npm command -->
<configuration>
<arguments>config set strict-ssl false</arguments>
</configuration>
</execution>
<!-- Install all project dependencies -->
<execution>
<id>npm install</id>
Expand Down

0 comments on commit 986766a

Please sign in to comment.