From e80ccce47b11dd0ade85ca41058ac26b3e4e31e0 Mon Sep 17 00:00:00 2001 From: Holger Stolzenberg Date: Tue, 5 Mar 2024 15:30:56 +0100 Subject: [PATCH] Update TODO tags in build files --- .github/workflows/feature-branch-build.yml | 2 +- .github/workflows/main-branch-build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/feature-branch-build.yml b/.github/workflows/feature-branch-build.yml index 99cdb36..b9ce566 100644 --- a/.github/workflows/feature-branch-build.yml +++ b/.github/workflows/feature-branch-build.yml @@ -31,7 +31,7 @@ jobs: - name: Lint run: npm run lint - # TODO find a way to configure URL at runtime + # TODO ci: find a way to configure URL at runtime - name: Build run: | npm run build -- --configuration=production --base-href=/cities-of-europe/ diff --git a/.github/workflows/main-branch-build.yml b/.github/workflows/main-branch-build.yml index 01db301..ae35b3b 100644 --- a/.github/workflows/main-branch-build.yml +++ b/.github/workflows/main-branch-build.yml @@ -31,7 +31,7 @@ jobs: - name: Lint run: npm run lint - # TODO find a way to configure URL at runtime + # TODO ci: find a way to configure URL at runtime - name: Build run: | npm run build -- --configuration=production --base-href=/cities-of-europe/