Skip to content

Commit

Permalink
added npm demo command to push to the demo page to the github pages
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed May 7, 2015
1 parent c066e59 commit d83b676
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -63,6 +63,7 @@
"scripts": {
"test": "grunt test",
"watch": "grunt watch",
"coveralls": "cat coverage/PhantomJS*/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
"coveralls": "cat coverage/PhantomJS*/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"demo": "grunt gh-pages"
}
}

0 comments on commit d83b676

Please sign in to comment.