2a515460e8
Use fs.pathExists instead of checking resolved path strings which are always truthy. Fix import ordering in e2e-test runCommand.ts. Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com> Co-authored-by: Cursor <cursoragent@cursor.com> Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com> Co-authored-by: Cursor <cursoragent@cursor.com> Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com> Co-authored-by: Cursor <cursoragent@cursor.com>
186 B
186 B
@backstage/repo-tools
| @backstage/repo-tools |
|---|
| patch |
Fixed prettier existence checks in OpenAPI commands to use fs.pathExists instead of checking the resolved path string, which was always truthy.