From dd331a61905bb8f0cca1ac22fee4662b60197820 Mon Sep 17 00:00:00 2001 From: Hans Larsen Date: Tue, 12 Jan 2016 16:07:06 -0800 Subject: [PATCH] Add a npm script to make `npm run demo-app` do what you would expect. --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 597436a49446..689d9dd1ddc6 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,9 @@ "type": "git", "url": "https://github.com/angular/material2.git" }, + "scripts": { + "demo-app": "cd src && ng serve" + }, "version": "2.0.0-alpha.0", "license": "Apache-2.0", "engines": {