Allow lockfile refresh in deploy workflow
All checks were successful
Deploy to Production / deploy (push) Successful in 42s

This commit is contained in:
avameo 2026-06-18 16:25:49 +00:00
parent 41843817a8
commit 4400471d14

View file

@ -20,7 +20,7 @@ jobs:
run: |
corepack enable --install-directory /home/avameo/.local/node/bin
corepack prepare pnpm@9.12.2 --activate
pnpm --dir /home/avameo/skillguard install --frozen-lockfile
pnpm --dir /home/avameo/skillguard install --no-frozen-lockfile
- name: Build ausführen
run: pnpm --dir /home/avameo/skillguard run build