Skip to content

Commit

Permalink
Merge pull request #326 from kenju/tweak-npm-scripts
Browse files Browse the repository at this point in the history
Add npm run scripts "start"
  • Loading branch information
mobz committed Mar 29, 2017
2 parents 242d8c4 + 91bbea5 commit adc0c89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.textile
Expand Up @@ -13,7 +13,7 @@ h4. Running with built in server
* @git clone git://github.com/mobz/elasticsearch-head.git@
* @cd elasticsearch-head@
* @npm install@
* @grunt server@
* @npm run start@

* @open@ "http://localhost:9100/":http://localhost:9100/

Expand Down
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -7,6 +7,7 @@
"test": "test"
},
"scripts": {
"start": "grunt server",
"test": "grunt jasmine",
"proxy": "node proxy/index.js"
},
Expand Down

0 comments on commit adc0c89

Please sign in to comment.