Skip to content

Commit

Permalink
"start": "bin\\kibana --dev --no-ssl --no-base-path"
Browse files Browse the repository at this point in the history
Former-commit-id: 3371c82
  • Loading branch information
airow committed Jan 22, 2017
1 parent b1fcd55 commit c120203
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -52,7 +52,8 @@
"checkLicenses": "grunt licenses",
"build": "grunt build",
"release": "grunt release",
"start": "sh ./bin/kibana --dev",
"start": "bin\\kibana --dev --no-ssl --no-base-path",
"start:linux": "sh ./bin/kibana --dev",
"precommit": "grunt precommit",
"karma": "karma start",
"elasticsearch": "grunt esvm:dev:keepalive",
Expand Down

0 comments on commit c120203

Please sign in to comment.