From 7115a27f70c59c5e86eb385c0970943b6aef5bb4 Mon Sep 17 00:00:00 2001 From: Taras Mankovski Date: Mon, 4 Dec 2023 18:08:01 -0500 Subject: [PATCH] Remove templateDir to prevent openapitools from attempting to read it Signed-off-by: Taras Mankovski --- packages/repo-tools/templates/typescript-backstage.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/repo-tools/templates/typescript-backstage.yaml b/packages/repo-tools/templates/typescript-backstage.yaml index eaa72d7179..310a21e75a 100644 --- a/packages/repo-tools/templates/typescript-backstage.yaml +++ b/packages/repo-tools/templates/typescript-backstage.yaml @@ -1,5 +1,3 @@ -templateDir: templates/typescript-backstage - files: api.mustache: templateType: API @@ -15,4 +13,4 @@ files: destinationFilename: apis/index.ts pluginId.mustache: templateType: SupportingFiles - destinationFilename: pluginId.ts \ No newline at end of file + destinationFilename: pluginId.ts