fix(elements): include schematics in npm distro (#23350)

PR Close #23350
This commit is contained in:
Rob Wormald
2018-04-12 15:09:06 -07:00
committed by Igor Minar
parent c2a53bbf61
commit 9fabe2f5fa
5 changed files with 79 additions and 53 deletions

View File

@ -25,6 +25,9 @@ ng_package(
"**/package.json",
]),
entry_point = "packages/elements/index.js",
packages = [
"//packages/elements/schematics:npm_package",
],
tags = ["release-with-framework"],
deps = [
":elements",