Skip to content

Commit

Permalink
Add npmRegistry for nodeSetup as well (#2208)
Browse files Browse the repository at this point in the history
(cherry picked from commit 97192c9)
  • Loading branch information
HoustonPutman committed Jan 20, 2024
1 parent b448f01 commit c29fb47
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions gradle/node.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ configure([project(":solr:packaging"), project(":solr:solr-ref-guide"), project(
tasks.npmSetup {
args.addAll(['--registry', npmRegistry])
}
tasks.nodeSetup {
args.addAll(['--registry', npmRegistry])
}
}

ext {
Expand Down

0 comments on commit c29fb47

Please sign in to comment.