angular-cn/integration/bazel-schematics
Keen Yee Liau 3b48d13af8 fix(bazel): ng-new should run yarn install (#28381)
yarn install was disabled in ng-new for Bazel schematics because
Bazel manages its own node_modules dependencies and therefore
there is no need to install dependencies twice.

However, the first yarn install is needed for `ng` commands to work,
most notably `ng build`.

This commit restores the original behavior.

PR Close #28381
2019-01-28 11:54:37 -08:00
..
angular.json.original ci: make `integration_test` job logs less verbose (#27934) 2019-01-04 12:18:39 -08:00
package.json test(bazel): Use local_repository to load Angular (#28061) 2019-01-11 16:19:59 -08:00
package.json.replace fix(bazel): Fix integration test after v8 bump (#28194) 2019-01-16 16:09:58 -08:00
replace_angular_repo.js test(bazel): Use local_repository to load Angular (#28061) 2019-01-11 16:19:59 -08:00
test.sh fix(bazel): ng-new should run yarn install (#28381) 2019-01-28 11:54:37 -08:00
yarn.lock test(bazel): Cleanup bazel-schematics integration test (#28351) 2019-01-25 12:47:25 -08:00