Skip to content

Commit

Permalink
fix(examples): change build target label to //src:prodapp
Browse files Browse the repository at this point in the history
`bundle` label doesn't exists as it has been replaced with `prodapp`.
  • Loading branch information
alan-agius4 authored and alexeagle committed Mar 2, 2020
1 parent 02e6462 commit a7f07d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"typescript": "3.6.4"
},
"scripts": {
"build": "bazelisk build //src:bundle",
"build": "bazelisk build //src:prodapp",
"serve": "ibazel run //src:devserver",
"deploy": "ng build && firebase deploy",
"serve-prod": "bazelisk run //src:prodserver",
Expand Down
2 changes: 1 addition & 1 deletion examples/angular_view_engine/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"typescript": "3.4.5"
},
"scripts": {
"build": "bazelisk build //src:bundle",
"build": "bazelisk build //src:prodapp",
"serve": "ibazel run //src:devserver",
"deploy": "ng build && firebase deploy",
"serve-prod": "bazelisk run //src:prodserver",
Expand Down

0 comments on commit a7f07d1

Please sign in to comment.