Skip to content

Commit

Permalink
Bun install
Browse files Browse the repository at this point in the history
  • Loading branch information
cskrov committed Aug 29, 2024
1 parent 42ad480 commit 3585abc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/deploy-to-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,14 @@ jobs:
uses: oven-sh/setup-bun@v1
with:
bun-version: latest
registry-url: https://npm.pkg.github.com/
scope: "@navikt"

- name: Install frontend dependencies
shell: bash
run: |
cd frontend
bun install
bun install --frozen-lockfile
env:
BUN_AUTH_TOKEN: ${{ secrets.READER_TOKEN }}

Expand Down Expand Up @@ -79,7 +81,7 @@ jobs:
shell: bash
run: |
cd server
bun install
bun install --frozen-lockfile
env:
BUN_AUTH_TOKEN: ${{ secrets.READER_TOKEN }}

Expand Down

0 comments on commit 3585abc

Please sign in to comment.