Attempt once again to remove PARCEL_WORKERS env var
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Isaac Mills 2025-07-13 07:38:53 -06:00
parent ba9aa14f2c
commit 1311b775ac
Signed by: fnmain
GPG key ID: B67D7410F33A0F61
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ steps:
- name: build
image: node:22-slim
environment:
PNPM_HOME: /pnpm
PNPM_HOME: /var/woodpecker/pnpm
commands:
- corepack enable
- pnpm install

View file

@ -11,7 +11,7 @@
<div class="figure">
<slot:img></slot:img>
</div>
<if condition="text != '' && !$slots.text?.filled">
<if condition="text != '' && !$slots.img?.filled">
<p style="font-size: 200px; text-align: center; margin: 0; padding: 0;">{{text}}</p>
</if>
<slot:title></slot:title>