Skip to content

Commit 5180176

Browse files
alexeaglegregmagolan
authored andcommitted
chore: pick up fixed args for serve
1 parent f99baf1 commit 5180176

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

MODULE.bazel

+3-7
Original file line numberDiff line numberDiff line change
@@ -47,15 +47,11 @@ git_override(
4747
remote = "https://github.com/aspect-build/rules_js.git",
4848
)
4949

50-
local_path_override(
50+
git_override(
5151
module_name = "rules_angular",
52-
path = "../rules_angular",
52+
commit = "6aa7459527162d152bc402e6fde28d49ec88858a",
53+
remote = "https://github.com/alexeagle/rules_angular.git",
5354
)
54-
# git_override(
55-
# module_name = "rules_angular",
56-
# commit = "23803af9588515c8d191a2cad5afa9ec075eaeb3",
57-
# remote = "https://github.com/alexeagle/rules_angular.git",
58-
# )
5955

6056
# Just like in the old WORKSPACE file approach, you can directly grab some code
6157
# with HTTP and make it available. The syntax is slightly different,

angular/package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,10 @@
33
"version": "0.0.0",
44
"scripts": {
55
"ng": "ng",
6-
"start": "bazel run //angular/projects/my-app:my-app.serve",
6+
"start": "../tools/ibazel run //angular/projects/my-app:my-app.serve",
77
"build": "bazel build //angular/projects/my-app",
88
"watch": "../tools/ibazel build //angular/projects/my-app",
9-
"test": "bazel test //angular/...",
10-
"build2": "architect my-lib:build"
9+
"test": "bazel test //angular/..."
1110
},
1211
"private": true,
1312
"dependencies": {

0 commit comments

Comments
 (0)