More config

This commit is contained in:
Sander Declerck 2025-10-14 15:25:10 +02:00
parent dfdce18c8d
commit 4c76242d44
No known key found for this signature in database

View file

@ -65,7 +65,7 @@ describe("E2E: Safe chain proxy", () => {
// storage: ./storage // storage: ./storage
// log: { type: file, path: ./verdaccio.log, level: info } // log: { type: file, path: ./verdaccio.log, level: info }
await configShell.runCommand( 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( await configShell.runCommand(
"echo 'storage: ./storage' >> ~/.verdaccio-config.yaml" "echo 'storage: ./storage' >> ~/.verdaccio-config.yaml"