Skip to content

Commit

Permalink
added mocha to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ihh committed Mar 6, 2017
1 parent dec63d8 commit 6459648
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
"url": "https://github.com/evoldoers/wtfgenes/issues"
},
"scripts": {
"update-docs": "git checkout gh-pages && git pull && git merge master && gulp doc && git commit -a -m 'bump docs' && git push && git checkout master"
"update-docs": "git checkout gh-pages && git pull && git merge master && gulp doc && git commit -a -m 'bump docs' && git push && git checkout master",
"test": "mocha"
}
}

0 comments on commit 6459648

Please sign in to comment.