Skip to content

Commit

Permalink
fix: change comment to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
tjorbo committed Jul 16, 2024
1 parent 0d95200 commit b58dc43
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ dist
.history
.npmrc
.npm
data-migration/output

# local env files
.env.local
Expand Down
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ build:
- dist
script:
- npm ci --cache .npm --prefer-offline --legacy-peer-deps
- npm run build
- npm run build-sh

lint:
image: node:lts
Expand All @@ -28,6 +28,7 @@ lint:
audit:
image: node:lts
stage: test
allow_failure: true
script:
- npm ci --cache .npm --prefer-offline --legacy-peer-deps
- npm audit --production
Expand Down
2 changes: 1 addition & 1 deletion src/services/api_service.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const LivingImagesIds = [
'act001610', // Computermuseum
'act001651', // Weihnachtskarte-Storm-2021
'act0002598', // Focke-Museum
'act0002741' //Ozeaneum
'act0002741' // Ozeaneum
]

function getCategories(array) {
Expand Down

0 comments on commit b58dc43

Please sign in to comment.