Patch the app manifest with the development URLs, add tests #23179
Triggered via pull request
January 24, 2025 10:15
isaacroldan
synchronize
#5245
Status
Success
Total duration
20s
Artifacts
–
Annotations
8 warnings
[PR] CLA
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
packages/app/src/cli/models/app/app.test.ts#L246
[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
|
packages/app/src/cli/models/app/app.test.ts#L248
[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
|
packages/app/src/cli/services/dev.ts#L119
[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
|
packages/app/src/cli/services/dev.ts#L122
[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
|
packages/app/src/cli/services/dev.ts#L226
[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
|
packages/app/src/cli/services/dev.ts#L307
[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
|
packages/app/src/cli/services/dev.ts#L307
[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
|