mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
fix run_build task
This commit is contained in:
parent
daf83c1ba9
commit
093e7a22fa
2 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ module.exports = function (grunt) {
|
|||
built_kibana: {
|
||||
options: {
|
||||
wait: false,
|
||||
ready: /kibana server started/i,
|
||||
ready: /Listening/i,
|
||||
quiet: true,
|
||||
failOnError: false
|
||||
},
|
||||
|
|
|
@ -27,6 +27,6 @@ module.exports = function (grunt) {
|
|||
});
|
||||
|
||||
grunt.registerTask('_open_built_kibana', function () {
|
||||
require('opn')('http://localhost:' + config.kibana.port);
|
||||
require('opn')('http://localhost:5601');
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue