Skip to content

Commit

Permalink
fix: pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamhunter2333 committed Sep 11, 2023
1 parent 5ca9c9c commit e1fad96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run_install: false

- name: Build Frontend
run: cd frontend && pnpm install --no-frozen-lockfile && pnpm build && cp -r frontend/dist ../dist
run: cd frontend && pnpm install --no-frozen-lockfile && pnpm build && cp -r dist ../dist

- name: Log in to the Container registry
uses: docker/[email protected]
Expand Down

0 comments on commit e1fad96

Please sign in to comment.