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
|
- name: build
|
||||||
image: node:22-slim
|
image: node:22-slim
|
||||||
environment:
|
environment:
|
||||||
PNPM_HOME: /pnpm
|
PNPM_HOME: /var/woodpecker/pnpm
|
||||||
commands:
|
commands:
|
||||||
- corepack enable
|
- corepack enable
|
||||||
- pnpm install
|
- pnpm install
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
<div class="figure">
|
<div class="figure">
|
||||||
<slot:img></slot:img>
|
<slot:img></slot:img>
|
||||||
</div>
|
</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>
|
<p style="font-size: 200px; text-align: center; margin: 0; padding: 0;">{{text}}</p>
|
||||||
</if>
|
</if>
|
||||||
<slot:title></slot:title>
|
<slot:title></slot:title>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue