Skip to content

Commit 4674c44

Browse files
committed
Add a npm script to make npm run demo-app do what you would expect.
1 parent ea376e8 commit 4674c44

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@
77
"type": "git",
88
"url": "https://github.com/angular/material2.git"
99
},
10+
"scripts": {
11+
"demo-app": "cd src && ng serve"
12+
},
1013
"version": "2.0.0-alpha.0",
1114
"license": "Apache-2.0",
1215
"engines": {

0 commit comments

Comments
 (0)