CI: Improve build

This commit is contained in:
phil 2025-06-27 17:53:43 +02:00
parent b1e8946e96
commit 5ec05120ac

View file

@ -12,6 +12,8 @@ steps:
ORG: philorg ORG: philorg
REGISTRY_TOKEN: REGISTRY_TOKEN:
from_secret: registry_token from_secret: registry_token
volumes:
- pnpm:/root/.local/share/pnpm
commands: commands:
- pnpm install --frozen-lockfile - pnpm install --frozen-lockfile
- pnpm set "//code.philo.ydns.eu/api/packages/$ORG/npm/:_authToken=$REGISTRY_TOKEN" - pnpm set "//code.philo.ydns.eu/api/packages/$ORG/npm/:_authToken=$REGISTRY_TOKEN"