mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #14980 from overleaf/jpa-debug-console
[web] migrate frontend logging to debugConsole GitOrigin-RevId: b03ff9030b03fff059738d2270bc4b4912e79f16
This commit is contained in:
@@ -72,6 +72,7 @@ services:
|
||||
environment:
|
||||
MOCHA_GREP: ${MOCHA_GREP}
|
||||
NODE_OPTIONS: "--unhandled-rejections=strict"
|
||||
VERBOSE_LOGGING:
|
||||
command: npm run --silent test:frontend
|
||||
user: node
|
||||
|
||||
@@ -80,6 +81,8 @@ services:
|
||||
volumes:
|
||||
- ../../:/overleaf
|
||||
working_dir: /overleaf/services/web
|
||||
environment:
|
||||
VERBOSE_LOGGING:
|
||||
entrypoint: npm
|
||||
command:
|
||||
- "run"
|
||||
|
||||
Reference in New Issue
Block a user