From d0103782530b90e382359277bdfadca03d4afe7b Mon Sep 17 00:00:00 2001 From: Tor Idland Date: Thu, 24 Oct 2024 09:33:50 +0200 Subject: [PATCH] =?UTF-8?q?skru=20p=C3=A5=20prune-devdependencies=20i=20by?= =?UTF-8?q?ggDev=20og=20byggProd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-and-deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-deploy.yaml b/.github/workflows/build-and-deploy.yaml index eee6a66b..a104d140 100644 --- a/.github/workflows/build-and-deploy.yaml +++ b/.github/workflows/build-and-deploy.yaml @@ -8,7 +8,7 @@ on: - '**.md' jobs: buildDev: - uses: navikt/aap-workflows/.github/workflows/frontend-next-build.yml@main + uses: navikt/aap-workflows/.github/workflows/frontend-next-build.yml@prune-devdependencies permissions: contents: read id-token: write @@ -20,7 +20,7 @@ jobs: playwright: false cdn: true buildProd: - uses: navikt/aap-workflows/.github/workflows/frontend-next-build.yml@main + uses: navikt/aap-workflows/.github/workflows/frontend-next-build.yml@prune-devdependencies permissions: contents: read id-token: write