Skip to content

Commit

Permalink
change npm command to broccoli serve
Browse files Browse the repository at this point in the history
  • Loading branch information
mixonic committed Jul 2, 2015
1 parent 27aed62 commit 0a36660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"node": "0.10.x"
},
"scripts": {
"start": "node server/index.js",
"start": "broccoli serve",
"test": "testem ci",
"build": "rm -rf dist && broccoli build dist"
},
Expand Down

0 comments on commit 0a36660

Please sign in to comment.