mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Add registry to localhost again
This commit is contained in:
parent
1a8d58889c
commit
1f2d4e86c7
1 changed files with 3 additions and 1 deletions
|
|
@ -86,7 +86,9 @@ describe("E2E: Safe chain proxy", () => {
|
|||
}
|
||||
|
||||
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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue