Skip to content

Commit 98c0b1d

Browse files
Daniel Hjelbourn
Daniel H
authored andcommitted
build: fix build script in package.json (#3915)
Previously the build script tried to run an invalid gulp task.
1 parent 59c6289 commit 98c0b1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
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:components",
11+
"build": "gulp build:release",
1212
"demo-app": "gulp serve:devapp",
1313
"test": "gulp test",
1414
"tslint": "gulp lint",

0 commit comments

Comments
 (0)