From 799c8d1a73e1fbe0dc0c4f97a80b9ad2509730aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Copin?= Date: Tue, 22 Mar 2016 23:04:18 +0100 Subject: [PATCH] fix: package.json to run tests and serve the app --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5f2173dc..a9252c14 100644 --- a/package.json +++ b/package.json @@ -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",