Skip to content

Commit

Permalink
Update readme (#2190)
Browse files Browse the repository at this point in the history
Fix missing `}` and indentation
  • Loading branch information
sp90 authored Sep 11, 2020
1 parent 1a4f65c commit 3639df1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/angular/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ Then edit your `angular.json` to invoke Bazel. For example, to have `ng build` d
"build": {
"builder": "@bazel/angular:build",
"options": {
"targetLabel": "//:all",
"bazelCommand": "build"
"targetLabel": "//:all",
"bazelCommand": "build"
}
}
}
```

0 comments on commit 3639df1

Please sign in to comment.