Skip to content

Commit

Permalink
fix(bazel): exclude @angular/cli from metadata build
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 committed Oct 31, 2019
1 parent 2174827 commit b43ae44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions integration/bazel/angular-metadata.tsconfig.json
Expand Up @@ -19,6 +19,7 @@
"node_modules/@angular/**/*"
],
"exclude": [
"node_modules/@angular/cli/**",
"node_modules/@angular/bazel/**",
"node_modules/@angular/**/testing/**",
"node_modules/@angular/**/schematics/**",
Expand Down
Expand Up @@ -16,6 +16,7 @@
"node_modules/@angular/**/*"
],
"exclude": [
"node_modules/@angular/cli/**",
"node_modules/@angular/bazel/**",
"node_modules/@angular/**/schematics/**",
"node_modules/@angular/**/testing/**",
Expand Down

0 comments on commit b43ae44

Please sign in to comment.