mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
chore: replace remaining usages of npm with pnpm (#26411)
This commit is contained in:
parent
905b9bd560
commit
25d0bdc9f5
6 changed files with 17 additions and 17 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
|
@ -511,7 +511,7 @@ jobs:
|
|||
run: pnpm install --frozen-lockfile
|
||||
if: ${{ !cancelled() }}
|
||||
- name: Install Playwright Browsers
|
||||
run: npx playwright install chromium --only-shell
|
||||
run: pnpm exec playwright install chromium --only-shell
|
||||
if: ${{ !cancelled() }}
|
||||
- name: Docker build
|
||||
run: docker compose up -d --build --renew-anon-volumes --force-recreate --remove-orphans --wait --wait-timeout 300
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue