From adc509bbc245cbbbaa031a60b6eed43bd5f2f333 Mon Sep 17 00:00:00 2001 From: Jonas Kellerer Date: Tue, 28 May 2024 15:12:09 +0200 Subject: [PATCH] wip --- .github/workflows/lapis-docs.yml | 8 ++++---- lapis-docs/package-lock.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/lapis-docs.yml b/.github/workflows/lapis-docs.yml index 7867c3b6f..97e38c3d8 100644 --- a/.github/workflows/lapis-docs.yml +++ b/.github/workflows/lapis-docs.yml @@ -18,10 +18,10 @@ jobs: - uses: actions/setup-node@v4 with: node-version: lts/* - - uses: actions/cache@v4 - with: - path: ~/.npm - key: ${{ runner.os }}-node-${{ hashFiles('lapis-docs/**/package-lock.json') }} +# - uses: actions/cache@v4 +# with: +# path: ~/.npm +# key: ${{ runner.os }}-node-${{ hashFiles('lapis-docs/**/package-lock.json') }} - run: npm ci - run: npm run check-format - run: npm run check-types diff --git a/lapis-docs/package-lock.json b/lapis-docs/package-lock.json index d2d5d96e4..c55915a0d 100644 --- a/lapis-docs/package-lock.json +++ b/lapis-docs/package-lock.json @@ -1,11 +1,11 @@ { - "name": "lapis2-docs", + "name": "lapis-docs", "version": "0.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "lapis2-docs", + "name": "lapis-docs", "version": "0.2.1", "dependencies": { "@astrojs/react": "^3.4.0",