From 99db8b8087646eca78555ebb50d9ec696e11bb6f Mon Sep 17 00:00:00 2001 From: Abel de Bruijn Date: Wed, 13 Nov 2024 15:38:30 +0100 Subject: [PATCH 1/2] update pnpm-lock --- pnpm-lock.yaml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fe0e20c7..d4a51d4a 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -20,15 +20,6 @@ importers: '@threlte/extras': specifier: 9.0.0-next.39 version: 9.0.0-next.39(@types/three@0.170.0)(svelte@5.1.16)(three@0.170.0) - '@types/d3': - specifier: ^7.4.3 - version: 7.4.3 - '@types/katex': - specifier: ^0.16.7 - version: 0.16.7 - '@types/three': - specifier: ^0.170.0 - version: 0.170.0 bits-ui: specifier: ^0.21.16 version: 0.21.16(svelte@5.1.16) @@ -111,9 +102,18 @@ importers: '@tailwindcss/typography': specifier: ^0.5.15 version: 0.5.15(tailwindcss@3.4.14) + '@types/d3': + specifier: ^7.4.3 + version: 7.4.3 '@types/eslint': specifier: ^9.6.0 version: 9.6.1 + '@types/katex': + specifier: ^0.16.7 + version: 0.16.7 + '@types/three': + specifier: ^0.170.0 + version: 0.170.0 autoprefixer: specifier: ^10.4.20 version: 10.4.20(postcss@8.4.49) From a204efa01be55e1f6317fc198495f033b9f02a8c Mon Sep 17 00:00:00 2001 From: Abel de Bruijn Date: Wed, 13 Nov 2024 15:46:42 +0100 Subject: [PATCH 2/2] Do not deploy storybook as the build time takes >20mins --- .github/workflows/docker-build-push.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/docker-build-push.yml b/.github/workflows/docker-build-push.yml index 52836330..b35a5222 100644 --- a/.github/workflows/docker-build-push.yml +++ b/.github/workflows/docker-build-push.yml @@ -32,9 +32,9 @@ jobs: push: true tags: ghcr.io/${{ env.OWNER_LOWERCASE }}/interactive-visuals-web:latest - - name: Build and push (docs) - uses: docker/build-push-action@v3 - with: - file: 'Dockerfile-docs' - push: true - tags: ghcr.io/${{ env.OWNER_LOWERCASE }}/interactive-visuals-docs:latest + # - name: Build and push (docs) + # uses: docker/build-push-action@v3 + # with: + # file: 'Dockerfile-docs' + # push: true + # tags: ghcr.io/${{ env.OWNER_LOWERCASE }}/interactive-visuals-docs:latest