Remove --verbose from js_build_command

Not all subcommands support this but we're putting in there
unconditionally. If someone wants verbose, they can put it
in the command they list.

Change-Id: I7206a84646c8808f0bd1450ccd8a44e753ee4989
This commit is contained in:
Monty Taylor 2020-05-18 11:00:30 -05:00
parent b8a24d635f
commit 765e8dd5e7
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@
name: ensure-javascript-packages
- name: Run js build command
command: "{{ js_build_tool }} {% if js_build_command not in npm_lifecycle_phases %} run {% endif %} {{ js_build_command }} --verbose"
command: "{{ js_build_tool }} {% if js_build_command not in npm_lifecycle_phases %} run {% endif %} {{ js_build_command }}"
# Need to set DISPLAY to the value that will be set when the virtual
# framebuffer is set up for doing browser tests.
environment: