Skip to content

Commit

Permalink
Update TODO tags in build files
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerstolzenberg committed Mar 5, 2024
1 parent bb0c911 commit e80ccce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/feature-branch-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
2 changes: 1 addition & 1 deletion .github/workflows/main-branch-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit e80ccce

Please sign in to comment.