build(bazel): replace yarn_install(name = "npm") with @npm local_reporsitory() to speed up build (#27469)

PR Close #27469
This commit is contained in:
Greg Magolan
2018-12-04 16:28:58 -08:00
committed by Igor Minar
parent 8f425701e4
commit 68074df0a2
10 changed files with 25 additions and 3284 deletions

View File

@ -1,14 +0,0 @@
{
"description": "minimal @npm repo required to build @rxjs from source and so that @npm//@angular/bazel is a valid target",
"dependencies": {
"@angular/bazel": "6.1.9",
"@angular/compiler": "6.1.9",
"@angular/compiler-cli": "6.1.9",
"@bazel/karma": "0.21.0",
"@bazel/typescript": "0.21.0",
"typescript": "~3.1.1"
},
"scripts": {
"//": "TODO(gregmagolan): figure out how to keep @bazel/karma & @bazel/typescript dependencies here up to date with the root package.json; NOTE: versions of @angular/x don't matter here as they are only require to create the @npm//@angular/bazel target name"
}
}

File diff suppressed because it is too large Load Diff