Skip to content

Commit 4472fcb

Browse files
edburnsCopilot
andauthored
I assert this is necessary to enable the Java tests to run. (#2340)
* Fix npm registry resolution for Copilot updates Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Apply project npm lockfile policy Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: f787ed29-2541-42ff-85da-d3baef89d667 --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: f787ed29-2541-42ff-85da-d3baef89d667
1 parent 731317c commit 4472fcb

5 files changed

Lines changed: 2 additions & 496 deletions

File tree

java/sdk/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,6 @@
201201
<workingDirectory>${copilot.sdk.root}/test/harness</workingDirectory>
202202
<arguments>
203203
<argument>ci</argument>
204-
<argument>--omit-lockfile-registry-resolved=true</argument>
205204
<argument>--loglevel</argument>
206205
<argument>${npm.loglevel}</argument>
207206
</arguments>
@@ -226,7 +225,6 @@
226225
<arguments>
227226
<argument>ci</argument>
228227
<argument>--ignore-scripts</argument>
229-
<argument>--omit-lockfile-registry-resolved=true</argument>
230228
<argument>--loglevel</argument>
231229
<argument>${npm.loglevel}</argument>
232230
</arguments>

nodejs/.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
omit-lockfile-registry-resolved=true

0 commit comments

Comments
 (0)