From 45d450af7e4a9cc0de9c8b6e14ae0ed90b3b127e Mon Sep 17 00:00:00 2001 From: Sven Dolderer Date: Mon, 13 Jan 2025 17:37:34 +0100 Subject: [PATCH] release wf fixed #3793 also added updated .ts files --- .github/workflows/release-web-ui.yml | 1 + sechub-web-ui/src/auto-imports.d.ts | 1 - sechub-web-ui/src/components.d.ts | 3 --- sechub-web-ui/src/typed-router.d.ts | 1 - 4 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/release-web-ui.yml b/.github/workflows/release-web-ui.yml index 0e2ce66b4..0c636859e 100644 --- a/.github/workflows/release-web-ui.yml +++ b/.github/workflows/release-web-ui.yml @@ -105,6 +105,7 @@ jobs: run: | cd sechub-web-ui && \ npm install && \ + npm run generate-api-client && \ npm run build && \ cd dist && \ echo '${{ inputs.web-ui-version }}' > sechub-web-ui_version.txt && \ diff --git a/sechub-web-ui/src/auto-imports.d.ts b/sechub-web-ui/src/auto-imports.d.ts index 0343241f1..15741ac7c 100644 --- a/sechub-web-ui/src/auto-imports.d.ts +++ b/sechub-web-ui/src/auto-imports.d.ts @@ -1,4 +1,3 @@ -// SPDX-License-Identifier: MIT /* eslint-disable */ /* prettier-ignore */ // @ts-nocheck diff --git a/sechub-web-ui/src/components.d.ts b/sechub-web-ui/src/components.d.ts index bce1077da..9e41dd07f 100644 --- a/sechub-web-ui/src/components.d.ts +++ b/sechub-web-ui/src/components.d.ts @@ -1,4 +1,3 @@ -// SPDX-License-Identifier: MIT /* eslint-disable */ // @ts-nocheck // Generated by unplugin-vue-components @@ -10,7 +9,6 @@ declare module 'vue' { export interface GlobalComponents { AppHeader: typeof import('./components/AppHeader.vue')['default'] Pagination: typeof import('./components/Pagination.vue')['default'] - Project: typeof import('./components/Project.vue')['default'] ProjectDetails: typeof import('./components/ProjectDetails.vue')['default'] ProjectDetailsFab: typeof import('./components/ProjectDetailsFab.vue')['default'] ProjectJobList: typeof import('./components/ProjectJobList.vue')['default'] @@ -19,7 +17,6 @@ declare module 'vue' { RouterView: typeof import('vue-router')['RouterView'] ScanCreate: typeof import('./components/ScanCreate.vue')['default'] ScanFileUpload: typeof import('./components/ScanFileUpload.vue')['default'] - ScanFileUploadTest: typeof import('./components/ScanFileUploadTest.vue')['default'] ScanTypeSelect: typeof import('./components/ScanTypeSelect.vue')['default'] } } diff --git a/sechub-web-ui/src/typed-router.d.ts b/sechub-web-ui/src/typed-router.d.ts index a75be2f18..65b299a4b 100644 --- a/sechub-web-ui/src/typed-router.d.ts +++ b/sechub-web-ui/src/typed-router.d.ts @@ -1,4 +1,3 @@ -// SPDX-License-Identifier: MIT /* eslint-disable */ /* prettier-ignore */ // @ts-nocheck