Skip to content

Commit

Permalink
attempt to fix npm dependency issues
Browse files Browse the repository at this point in the history
  • Loading branch information
yesil committed May 18, 2021
1 parent 392e50f commit 45e371d
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 48 deletions.
10 changes: 10 additions & 0 deletions apps/admin/app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions apps/admin/app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,15 +109,6 @@
<goal>install-node-and-npm</goal>
</goals>
</execution>
<execution>
<id>npm install collection-view</id>
<goals>
<goal>npm</goal>
</goals>
<configuration>
<arguments>install --no-optional ../../../react-collection-view-4.1.5.tgz</arguments>
</configuration>
</execution>
<execution>
<id>npm install</id>
<goals>
Expand Down
6 changes: 3 additions & 3 deletions apps/content/app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions apps/content/app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,6 @@
<goal>install-node-and-npm</goal>
</goals>
</execution>
<execution>
<id>npm install collection-view</id>
<goals>
<goal>npm</goal>
</goals>
<configuration>
<arguments>install --no-optional ../../../react-collection-view-4.1.5.tgz</arguments>
</configuration>
</execution>
<execution>
<id>npm install</id>
<goals>
Expand Down
10 changes: 10 additions & 0 deletions apps/structure/app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions apps/structure/app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,15 +101,6 @@
<goal>install-node-and-npm</goal>
</goals>
</execution>
<execution>
<id>npm install collection-view</id>
<goals>
<goal>npm</goal>
</goals>
<configuration>
<arguments>install --no-optional ../../../react-collection-view-4.1.5.tgz</arguments>
</configuration>
</execution>
<execution>
<id>npm install</id>
<goals>
Expand Down
9 changes: 0 additions & 9 deletions parent/main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -310,15 +310,6 @@ ${bundle.additional.properties}
<goal>install-node-and-npm</goal>
</goals>
</execution>
<execution>
<id>npm install collection-view</id>
<goals>
<goal>npm</goal>
</goals>
<configuration>
<arguments>install --no-optional react-collection-view-4.1.5.tgz</arguments>
</configuration>
</execution>
<execution>
<id>npm install</id>
<goals>
Expand Down
9 changes: 0 additions & 9 deletions parent/node-main/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,6 @@
<goal>install-node-and-npm</goal>
</goals>
</execution>
<execution>
<id>npm install collection-view</id>
<goals>
<goal>npm</goal>
</goals>
<configuration>
<arguments>install --no-optional react-collection-view-4.1.5.tgz</arguments>
</configuration>
</execution>
<execution>
<id>npm install</id>
<goals>
Expand Down

0 comments on commit 45e371d

Please sign in to comment.