[UI extension sourcemaps]: Only generate with --sourcemaps
option
#22825
Triggered via pull request
January 13, 2025 16:44
jamesvidler
opened
#5190
Status
Success
Total duration
14s
Artifacts
–
Annotations
3 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/commands/app/deploy.ts#L90
[@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/extensions/extension-instance.ts#L271
[@typescript-eslint/prefer-nullish-coalescing] Prefer using nullish coalescing operator (`??`) instead of a logical or (`||`), as it is a safer operator.
|