diff --git a/.gitignore b/.gitignore index 1252914..9d6af39 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ dist .history .npmrc .npm +data-migration/output # local env files .env.local diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f73d8b6..523f262 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 @@ -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 diff --git a/src/services/api_service.js b/src/services/api_service.js index 8d1706d..d185327 100644 --- a/src/services/api_service.js +++ b/src/services/api_service.js @@ -15,7 +15,7 @@ const LivingImagesIds = [ 'act001610', // Computermuseum 'act001651', // Weihnachtskarte-Storm-2021 'act0002598', // Focke-Museum - 'act0002741' //Ozeaneum + 'act0002741' // Ozeaneum ] function getCategories(array) {