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

Commit

Permalink
fix: package.json to run tests and serve the app
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregcop1 committed Mar 24, 2016
1 parent 68019e8 commit 799c8d1
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 @@ -11,7 +11,8 @@
"license": "MIT",
"readmeFilename": "README.md",
"scripts": {
"test": "npm install"
"start": "$(npm bin)/grunt serve",
"test": "$(npm bin)/grunt karma"
},
"dependencies": {
"angular2": ">=2.0.0-beta.11",
Expand Down

0 comments on commit 799c8d1

Please sign in to comment.