Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Commit

Permalink
Add some npm tasks for convenience
Browse files Browse the repository at this point in the history
  • Loading branch information
Dayton Nolan committed Mar 25, 2016
1 parent 3842f7a commit 642b620
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@
"node": ">=0.8.0"
},
"scripts": {
"test": "grunt travis"
"test": "grunt travis",
"start": "grunt serve",
"build": "grunt build"
}
}

0 comments on commit 642b620

Please sign in to comment.