File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 48
48
- run : sudo cp ./.circleci/bazel.rc /etc/bazel.bazelrc
49
49
50
50
# TODO(jelbourn): Update this command to run all tests if the Bazel issues have been fixed.
51
+ - run : bazel build src/cdk:npm_package
51
52
- run : bazel test src/{cdk,lib}/schematics:unit_tests
52
53
53
54
- save_cache :
Original file line number Diff line number Diff line change @@ -47,5 +47,6 @@ build --workspace_status_command=./tools/bazel-stamp-vars.sh
47
47
# running as daemons, and cache SourceFile AST's to reduce parse time.
48
48
build --strategy=TypeScriptCompile=worker --strategy=AngularTemplateCompile=worker
49
49
50
- # Use the legacy compiler. We don't want to compile using Ivy yet.
51
- build --define=compile=legacy
50
+ # Use the new "ngtsc" compiler strategy. We don't want to compile with Ivy nor with the
51
+ # legacy compiler that doesn't handle `providedIn` properly.
52
+ build --define=compile=local
You can’t perform that action at this time.
0 commit comments