build: migrate references and scripts that set to build with ivy via compile=aot to use config=ivy (#33983)
Since config=ivy now sets the define=compile flag and the define=angular_ivy_enabled flag to cause usage of Ivy, we can update all of the documentation and scripts that reference compile=aot to use config=ivy. PR Close #33983
This commit is contained in:

committed by
Matias Niemelä

parent
f9def8cd30
commit
5e3f6d203d
@ -1,5 +1,5 @@
|
||||
Tests in this directory should be run with:
|
||||
|
||||
```
|
||||
yarn bazel test --define=compile=aot packages/compiler-cli/test/compliance:compliance
|
||||
yarn bazel test --config=ivy packages/compiler-cli/test/compliance:compliance
|
||||
```
|
Reference in New Issue
Block a user