Attempt once again to remove PARCEL_WORKERS env var
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
parent
ba9aa14f2c
commit
1311b775ac
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue