mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
Change command to install through registry.
This commit is contained in:
parent
37585e8073
commit
f655e8cfcb
1 changed files with 2 additions and 2 deletions
|
|
@ -83,9 +83,9 @@ describe("E2E: Safe chain proxy", () => {
|
|||
assert.fail("Verdaccio did not start in time");
|
||||
}
|
||||
|
||||
const shell = await container.openShell("zsh");
|
||||
const shell = await container.openShell("bash");
|
||||
const result = await shell.runCommand(
|
||||
"npm --registry http://localhost:4873 install react"
|
||||
"npm install lodash --registry=http://localhost:4873"
|
||||
);
|
||||
|
||||
// Check if the installation was successful
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue