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 5
5
6
6
# Source directories for packages to build with bazel and copy into dist/
7
7
# 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)
9
9
10
10
# The bazel-bin directory where the bazel output is written
11
11
bazel_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
9
9
export const momentAdapterPackage = new BuildPackage ( 'material-moment-adapter' , [ materialPackage ] ) ;
10
10
export const examplesPackage = new BuildPackage ( 'material-examples' , [
11
11
cdkPackage ,
12
+ cdkExperimentalPackage ,
12
13
materialPackage ,
13
14
momentAdapterPackage
14
15
] ) ;
You can’t perform that action at this time.
0 commit comments