File tree 1 file changed +5
-6
lines changed
packages/angular/ssr/schematics
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 3
3
# Use of this source code is governed by an MIT-style license that can be
4
4
# found in the LICENSE file at https://angular.dev/license
5
5
6
- load ("@aspect_rules_js//js:defs.bzl" , "js_library" )
7
- load ("//tools:defaults.bzl" , "jasmine_test" , "ts_project" )
6
+ load ("//tools:defaults.bzl" , "jasmine_test" , "npm_package" , "ts_project" )
8
7
load ("//tools:ts_json_schema.bzl" , "ts_json_schema" )
9
8
10
9
licenses (["notice" ])
@@ -90,13 +89,13 @@ jasmine_test(
90
89
],
91
90
)
92
91
93
- # This target is used as nested_package in the main @angular/ssr package as a dep.
94
- js_library (
92
+ # This package is intended to be combined into the main @angular/ssr package as a dep.
93
+ npm_package (
95
94
name = "pkg" ,
96
- srcs = [
95
+ visibility = ["//packages/angular/ssr:__pkg__" ],
96
+ deps = [
97
97
"package.json" ,
98
98
":schematics" ,
99
99
":schematics_assets" ,
100
100
],
101
- visibility = ["//packages/angular/ssr:__pkg__" ],
102
101
)
You can’t perform that action at this time.
0 commit comments