feat(bazel): ng-new schematics with Bazel (#27277)
This commit creates a schematics for ng new command that builds the project with Bazel. PR Close #27277
This commit is contained in:

committed by
Alex Rickabaugh

parent
7ec05b4d8c
commit
06d4a0c46e
@ -7,6 +7,7 @@ npm_package(
|
||||
"package.json",
|
||||
"protractor-utils.js",
|
||||
"//packages/bazel/src:package_assets",
|
||||
"//packages/bazel/src/builders:package_assets",
|
||||
"//packages/bazel/src/schematics:package_assets",
|
||||
],
|
||||
packages = [
|
||||
@ -19,5 +20,6 @@ npm_package(
|
||||
"//packages/bazel/src/ngc-wrapped:ngc_lib",
|
||||
"//packages/bazel/src/protractor/utils",
|
||||
"//packages/bazel/src/schematics/bazel-workspace",
|
||||
"//packages/bazel/src/schematics/ng-new",
|
||||
],
|
||||
)
|
||||
|
Reference in New Issue
Block a user