Skip to content

Commit

Permalink
build: fix build script in package.json (#3915)
Browse files Browse the repository at this point in the history
Previously the build script tried to run an invalid gulp task.
  • Loading branch information
Daniel H authored and jelbourn committed Apr 5, 2017
1 parent 59c6289 commit 98c0b1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "https://github.com/angular/material2.git"
},
"scripts": {
"build": "gulp build:components",
"build": "gulp build:release",
"demo-app": "gulp serve:devapp",
"test": "gulp test",
"tslint": "gulp lint",
Expand Down

0 comments on commit 98c0b1d

Please sign in to comment.