Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
vpalmisano committed Jan 28, 2025
1 parent 0c894ea commit 9fee1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
restore-keys: |
${{ runner.os }}-node-modules-${{ hashFiles('./package.json') }}-
- name: Yarn build
run: yarn install --prefer-offline --frozen-lockfile
run: yarn install --frozen-lockfile --cache-folder ./.yarn-cache

- name: Get package version
id: get_package_version
Expand Down

0 comments on commit 9fee1b0

Please sign in to comment.