angular-cn/integration/bazel-schematics
Keen Yee Liau f0366843ea fix(bazel): Remove angular devkit and restore ngc postinstall (#32946)
This commit removes `@angular-devkit/build-angular` from package.json
for a project that opts into Bazel. This is because the package adds a
dependency on node-sass, which is rejected by Bazel due to its absense.

This commit also appends to `scripts.postinstall` if it already exists.
This is needed because `ng new` in CLI v9 now automatically adds a
postinstall step for `ngcc`.

PR Close #32946
2019-10-18 13:15:16 -04:00
..
.gitignore test: ignore the generated `demo` folder in the `bazel` integration test (#29092) 2019-03-20 14:45:54 -04:00
disable-ivy.js feat: make the Ivy compiler the default for ngc (#32219) 2019-08-20 16:41:08 -07:00
package.json test(bazel): Use local_repository to load Angular (#28061) 2019-01-11 16:19:59 -08:00
test.sh fix(bazel): Remove angular devkit and restore ngc postinstall (#32946) 2019-10-18 13:15:16 -04:00
yarn.lock feat: typescript 3.6 support (#32946) 2019-10-18 13:15:16 -04:00