mirror of
https://github.com/AikidoSec/safe-chain.git
synced 2026-05-26 12:10:49 +00:00
More config
This commit is contained in:
parent
dfdce18c8d
commit
4c76242d44
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ describe("E2E: Safe chain proxy", () => {
|
|||
// storage: ./storage
|
||||
// log: { type: file, path: ./verdaccio.log, level: info }
|
||||
await configShell.runCommand(
|
||||
"echo 'log: { type: file, path: /verdaccio.log, level: info }' >> ~/.verdaccio-config.yaml"
|
||||
"echo 'log: { type: file, path: /verdaccio.log, level: trace, colors: false }' >> ~/.verdaccio-config.yaml"
|
||||
);
|
||||
await configShell.runCommand(
|
||||
"echo 'storage: ./storage' >> ~/.verdaccio-config.yaml"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue