Allow lockfile refresh in deploy workflow
All checks were successful
Deploy to Production / deploy (push) Successful in 42s
All checks were successful
Deploy to Production / deploy (push) Successful in 42s
This commit is contained in:
parent
41843817a8
commit
4400471d14
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue