bugfix: install pnpm in CI
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Settel 2023-06-18 11:29:12 +02:00
parent 9ba74f5b2f
commit 0d255c1ee5

View File

@ -2,7 +2,8 @@ pipeline:
frontend:
image: node:18-alpine
commands:
- ( cd client && pnpm run install )
- yarn global add pnpm
- ( cd client && pnpm run setup )
- ( cd client/ && pnpm run generate )
- mkdir -p client/.output/public/