Skip to content

Commit

Permalink
chore: build cdk and material in npm build task (#5376)
Browse files Browse the repository at this point in the history
Apparently developers that clone the Material repository to get their own version of Material are running the `npm run build` command and are expecting the CDK and Material release output to be inside of the `dist/` folder.

Currently only the Material package will be built and the CDK isn't built at all. This commit changes the npm build task so that it builds every release package of the publish task.

Closes #5372
  • Loading branch information
devversion authored and tinayuangao committed Jun 27, 2017
1 parent 0987aae commit 288f00e
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 material:build-release:clean",
"build": "gulp :publish:build-releases",
"demo-app": "gulp serve:devapp",
"test": "gulp test",
"tslint": "gulp lint",
Expand Down

0 comments on commit 288f00e

Please sign in to comment.