File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 42
42
"integration-tests" : " bazel test --test_tag_filters=-linker-integration-test --build_tests_only -- //integration/... -//integration/size-test/..." ,
43
43
"integration-tests:partial-ivy" : " bazel test --partial_compilation --test_tag_filters=partial-compilation-integration,-firefox --build_tests_only -- //integration/... //src/..." ,
44
44
"integration-tests:size-test" : " bazel test //integration/size-test/..." ,
45
+ "test-linker-aot" : " bazel test --partial_compilation --test_tag_filters=partial-compilation-integration,-firefox --build_tests_only -- //integration/... //src/..." ,
46
+ "test-linker-jit" : " yarn -s test-linker-aot --//tools:force_partial_jit_compilation=True" ,
45
47
"check-mdc-tests" : " ts-node --project scripts/tsconfig.json scripts/check-mdc-tests.ts" ,
46
48
"check-mdc-exports" : " ts-node --project scripts/tsconfig.json scripts/check-mdc-exports.ts" ,
47
49
"check-tooling-setup" : " yarn tsc --project tools/tsconfig.json && yarn tsc --project .ng-dev/tsconfig.json" ,
You can’t perform that action at this time.
0 commit comments