Skip to content

Commit

Permalink
Local node install is more ephemeral (#751)
Browse files Browse the repository at this point in the history
local node install is more ephemeral
  • Loading branch information
therealryan authored Mar 7, 2024
1 parent 321de7a commit 694322b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions report/report-ng/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@ testem.log
# System Files
.DS_Store
Thumbs.db

4 changes: 2 additions & 2 deletions report/report-ng/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ Build with
<artifactId>frontend-maven-plugin</artifactId>
<configuration>
<nodeVersion>v14.15.1</nodeVersion>
<installDirectory>${user.home}/.node</installDirectory>
<installDirectory>target</installDirectory>
</configuration>
<executions>
<execution>
Expand Down Expand Up @@ -195,7 +195,7 @@ Build with
<artifactId>frontend-maven-plugin</artifactId>
<configuration>
<nodeVersion>v14.15.1</nodeVersion>
<installDirectory>${user.home}/.node</installDirectory>
<installDirectory>target</installDirectory>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 694322b

Please sign in to comment.