mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
make testUIServer run in dev env
force optimize step to run every time
This commit is contained in:
parent
6557b7d3d3
commit
beec996a2d
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.kibana.port,
|
||||
'--env.name=development',
|
||||
'--elasticsearch.url=' + format(uiConfig.elasticsearch),
|
||||
'--logging.json=false'
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue