Skip to content

Commit

Permalink
Update build.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
WoLfulus authored Sep 6, 2024
1 parent 897b879 commit 68f9752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Enable PNPM
run: corepack enable pnpm
- name: Install dependencies
run: pnpm install
run: pnpm install --no-frozen-lockfile
- name: Build source
run: pnpm run build:src && pnpm run build:copy
- name: Build and push images
Expand Down

0 comments on commit 68f9752

Please sign in to comment.