| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent e1269cb commit a1c87dd
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -284,18 +284,18 @@ To test if your change effect the public API you need to run the API guardian on | |||
| 284 | 284 | For example in case `@angular-devkit/core` package was modified you need to run: | |
| 285 | 285 | ||
| 286 | 286 | ```bash | |
| 287 | - bazel test //etc/api:angular_devkit_core_api | ||
| 287 | + yarn bazel test //etc/api:angular_devkit_core_api | ||
| 288 | 288 | ``` | |
| 289 | 289 | ||
| 290 | 290 | You can also test all packages by running: | |
| 291 | 291 | ```bash | |
| 292 | - bazel test //etc/api ... | ||
| 292 | + yarn bazel test //etc/api ... | ||
| 293 | 293 | ``` | |
| 294 | 294 | ||
| 295 | 295 | If you modified the public API, the test will fail. To update the golden files you need to run: | |
| 296 | 296 | ||
| 297 | 297 | ```bash | |
| 298 | - bazel run //etc/api:angular_devkit_core_api.accept | ||
| 298 | + yarn bazel run //etc/api:angular_devkit_core_api.accept | ||
| 299 | 299 | ``` | |
| 300 | 300 | ||
| 301 | 301 | **Note**: In some cases we use aliased symbols to create namespaces. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -273,18 +273,18 @@ To test if your change effect the public API you need to run the API guardian on | |||
| 273 | 273 | For example in case `@angular-devkit/core` package was modified you need to run: | |
| 274 | 274 | ||
| 275 | 275 | ```bash | |
| 276 | - bazel test //etc/api:angular_devkit_core_api | ||
| 276 | + yarn bazel test //etc/api:angular_devkit_core_api | ||
| 277 | 277 | ``` | |
| 278 | 278 | ||
| 279 | 279 | You can also test all packages by running: | |
| 280 | 280 | ```bash | |
| 281 | - bazel test //etc/api ... | ||
| 281 | + yarn bazel test //etc/api ... | ||
| 282 | 282 | ``` | |
| 283 | 283 | ||
| 284 | 284 | If you modified the public API, the test will fail. To update the golden files you need to run: | |
| 285 | 285 | ||
| 286 | 286 | ```bash | |
| 287 | - bazel run //etc/api:angular_devkit_core_api.accept | ||
| 287 | + yarn bazel run //etc/api:angular_devkit_core_api.accept | ||
| 288 | 288 | ``` | |
| 289 | 289 | ||
| 290 | 290 | **Note**: In some cases we use aliased symbols to create namespaces. | |
| Back | FazBrowse Home | New Git URL |
0 commit comments