File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 55
66# Source directories for packages to build with bazel and copy into dist/
77# We use the bazel tag "publish" as a marker for rules we care about here.
8- packages=$( bazel query --output=package ' attr(tags, publish , ...)' | xargs -n1 basename)
8+ packages=$( bazel query --output=package ' kind(ng_package , ...)' | xargs -n1 basename)
99
1010# The bazel-bin directory where the bazel output is written
1111bazel_bin=" $( bazel info bazel-bin) "
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ export const materialExperimentalPackage = new BuildPackage('material-experiment
99export const momentAdapterPackage = new BuildPackage ( 'material-moment-adapter' , [ materialPackage ] ) ;
1010export const examplesPackage = new BuildPackage ( 'material-examples' , [
1111 cdkPackage ,
12+ cdkExperimentalPackage ,
1213 materialPackage ,
1314 momentAdapterPackage
1415] ) ;
You can’t perform that action at this time.
0 commit comments