mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Merge pull request #5361 from w33ble/test-rebuild
Force optimize step to run on UI tests
This commit is contained in:
commit
f511b18f2f
1 changed files with 1 additions and 0 deletions
|
@ -34,6 +34,7 @@ module.exports = function (grunt) {
|
|||
cmd: /^win/.test(platform) ? '.\\bin\\kibana.bat' : './bin/kibana',
|
||||
args: [
|
||||
'--server.port=' + uiConfig.servers.kibana.port,
|
||||
'--env.name=development',
|
||||
'--elasticsearch.url=' + format(uiConfig.servers.elasticsearch),
|
||||
'--logging.json=false'
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue