From 0a36660e4a268bbf8df5bad1f0fff66a78cd50ad Mon Sep 17 00:00:00 2001 From: Matthew Beale Date: Thu, 2 Jul 2015 17:49:03 -0400 Subject: [PATCH] change npm command to broccoli serve --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 42f135280..181473eae 100644 --- a/package.json +++ b/package.json @@ -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" },