File tree Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Expand file tree Collapse file tree 2 files changed +13
-8
lines changed Original file line number Diff line number Diff line change 11{
2- "success" : 30 ,
3- "failed" : 2 ,
2+ "success" : 32 ,
3+ "failed" : 0 ,
44 "skipped" : 0 ,
55 "error" : false ,
66 "disconnected" : false ,
7- "exitCode" : 1 ,
8- "score" : 94 ,
7+ "exitCode" : 0 ,
8+ "score" : 100 ,
99 "basicSupport" : {
1010 "total" : 16 ,
1111 "failed" : 0 ,
1212 "passed" : 16
1313 },
1414 "advancedSupport" : {
1515 "total" : 16 ,
16- "failed" : 2 ,
17- "passed" : 14
16+ "failed" : 0 ,
17+ "passed" : 16
1818 }
1919}
Original file line number Diff line number Diff line change 3232 " build"
3333 ]
3434 },
35- "copy-and-verify-results " : {
35+ "build-all " : {
3636 "dependencies" : [
3737 " ./libraries/angular:build" ,
3838 " ./libraries/angularjs:build" ,
5555 " ./libraries/surplus:build" ,
5656 " ./libraries/svelte:build" ,
5757 " ./libraries/vue:build"
58+ ]
59+ },
60+ "copy-and-verify-results" : {
61+ "dependencies" : [
62+ " build-all"
5863 ],
5964 "output" : [
6065 " docs/libraries"
7479 },
7580 "update-goldens" : {
7681 "dependencies" : [
77- " build"
82+ " build-all "
7883 ],
7984 "command" : " node scripts/copy-and-verify-results.mjs --update-goldens"
8085 },
You can’t perform that action at this time.
0 commit comments