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:
parent
b8a24d635f
commit
765e8dd5e7
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user