Fix CI
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Isaac Mills 2025-05-29 09:17:02 -06:00
parent ee7195b82a
commit 7c042bc99a
Signed by: fnmain
GPG key ID: B67D7410F33A0F61

View file

@ -3,9 +3,9 @@ steps:
image: node:20-slim
environment:
PNPM_HOME: /pnpm
PATH: "/pnpm:$PATH"
commands:
- corepack enable
- export 'PATH="/pnpm:$PATH"'
- pnpm install
- pnpm run build --no-chache
- rm -rf /var/woodpecker/thesandwich/*