Add registry to localhost again

This commit is contained in:
Sander Declerck 2025-10-15 07:54:35 +02:00
parent 1a8d58889c
commit 1f2d4e86c7
No known key found for this signature in database

View file

@ -86,7 +86,9 @@ describe("E2E: Safe chain proxy", () => {
} }
const shell = await container.openShell("bash"); const shell = await container.openShell("bash");
const result = await shell.runCommand("npm install lodash"); const result = await shell.runCommand(
"npm install lodash --registry http://localhost:4873"
);
console.log("NPM install output:\n", result.output); console.log("NPM install output:\n", result.output);