@@ -12,56 +12,54 @@ npm_link_all_packages(name = "node_modules")
1212copy_to_bin (
1313 name = "ng-base-config" ,
1414 srcs = [
15- "angular.json" ,
16- "tsconfig .json" ,
17- "package .json" ,
15+ "angular.json" ,
16+ "package .json" ,
17+ "tsconfig .json" ,
1818 ],
1919)
2020
2121# Test config files
2222copy_to_bin (
23- name = "ng-base-test-config" ,
24- srcs = [
25- "karma-custom-launchers.js" ,
26- ],
23+ name = "ng-base-test-config" ,
24+ srcs = [
25+ "karma-custom-launchers.js" ,
26+ ],
2727)
2828
2929# Lint config files
3030copy_to_bin (
31- name = "ng-base-lint-config" ,
32- srcs = [
33- ".eslintrc.json" ,
34- ],
31+ name = "ng-base-lint-config" ,
32+ srcs = [
33+ ".eslintrc.json" ,
34+ ],
3535)
3636
37-
3837# The main application
3938ng_app (
4039 name = "app" ,
4140 project_name = "material-angular-io" ,
4241 deps = [
43- "//:node_modules/@angular/components-examples" ,
44- "//:node_modules/@stackblitz/sdk" ,
45- "//:node_modules/path-normalize " ,
46- "//:node_modules/moment " ,
42+ "//:node_modules/@angular/components-examples" ,
43+ "//:node_modules/@stackblitz/sdk" ,
44+ "//:node_modules/moment " ,
45+ "//:node_modules/path-normalize " ,
4746 ],
4847)
4948
50-
5149js_test (
52- name = "audit" ,
53- entry_point = "tools/audit-docs.js" ,
54- args = [
55- "$(location //:build.production)" ,
56- ],
57- data = [
58- "tools/lighthouse-audit.mjs " ,
59- "//:build.production " ,
60- "//:node_modules/lighthouse" ,
61- "//:node_modules/lighthouse-logger" ,
62- "//:node_modules/puppeteer" ,
63- "//:node_modules/shelljs" ,
64- "//:node_modules/light-server" ,
65- ] ,
66- tags = ["audit" ],
50+ name = "audit" ,
51+ args = [
52+ "$(location //:build.production)" ,
53+ ] ,
54+ data = [
55+ "tools/lighthouse-audit.mjs" ,
56+ "//:build.production " ,
57+ "//:node_modules/light-server " ,
58+ "//:node_modules/lighthouse" ,
59+ "//:node_modules/lighthouse-logger" ,
60+ "//:node_modules/puppeteer" ,
61+ "//:node_modules/shelljs" ,
62+ ] ,
63+ entry_point = "tools/audit-docs.js" ,
64+ tags = ["audit" ],
6765)
0 commit comments