File tree 2 files changed +5
-10
lines changed
2 files changed +5
-10
lines changed Original file line number Diff line number Diff line change @@ -47,15 +47,11 @@ git_override(
47
47
remote = "https://github.com/aspect-build/rules_js.git" ,
48
48
)
49
49
50
- local_path_override (
50
+ git_override (
51
51
module_name = "rules_angular" ,
52
- path = "../rules_angular" ,
52
+ commit = "6aa7459527162d152bc402e6fde28d49ec88858a" ,
53
+ remote = "https://github.com/alexeagle/rules_angular.git" ,
53
54
)
54
- # git_override(
55
- # module_name = "rules_angular",
56
- # commit = "23803af9588515c8d191a2cad5afa9ec075eaeb3",
57
- # remote = "https://github.com/alexeagle/rules_angular.git",
58
- # )
59
55
60
56
# Just like in the old WORKSPACE file approach, you can directly grab some code
61
57
# with HTTP and make it available. The syntax is slightly different,
Original file line number Diff line number Diff line change 3
3
"version" : " 0.0.0" ,
4
4
"scripts" : {
5
5
"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" ,
7
7
"build" : " bazel build //angular/projects/my-app" ,
8
8
"watch" : " ../tools/ibazel build //angular/projects/my-app" ,
9
- "test" : " bazel test //angular/..." ,
10
- "build2" : " architect my-lib:build"
9
+ "test" : " bazel test //angular/..."
11
10
},
12
11
"private" : true ,
13
12
"dependencies" : {
You can’t perform that action at this time.
0 commit comments