Re-add parcel workers environment
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Isaac Mills 2025-07-09 23:25:52 -06:00
parent 8ce6133602
commit 18b24f086e
Signed by: fnmain
GPG key ID: B67D7410F33A0F61

View file

@ -3,7 +3,7 @@ steps:
image: node:22-slim image: node:22-slim
environment: environment:
PNPM_HOME: /pnpm PNPM_HOME: /pnpm
# PARCEL_WORKERS: 0 PARCEL_WORKERS: 0
commands: commands:
- corepack enable - corepack enable
- pnpm install - pnpm install