Skip to content

Commit 288f00e

Browse files
devversiontinayuangao
authored andcommitted
chore: build cdk and material in npm build task (#5376)
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
1 parent 0987aae commit 288f00e

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

0 commit comments

Comments
 (0)