Skip to content

Commit

Permalink
skru på prune-devdependencies i byggDev og byggProd
Browse files Browse the repository at this point in the history
  • Loading branch information
tidnav committed Oct 24, 2024
1 parent 7ce6696 commit d010378
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit d010378

Please sign in to comment.