Skip to content

Commit d788718

Browse files
devversionjelbourn
authored andcommitted
chore: fix incorrect gulp task in pkg scripts (#2319)
Fixes #2301
1 parent e372596 commit d788718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"url": "https://github.com/angular/material2.git"
99
},
1010
"scripts": {
11-
"build": "gulp build",
11+
"build": "gulp build:components",
1212
"demo-app": "gulp serve:devapp",
1313
"test": "gulp test",
1414
"tslint": "gulp lint",

0 commit comments

Comments
 (0)