chore: woodpecker froga
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2026-06-14 12:43:53 +02:00
parent db0e2920ab
commit 95fd20b2dc

View File

@@ -1,8 +1,7 @@
steps:
build:
image: codeberg.org/woodpecker-plugins/node-pm
settings:
run: front:build # script name
with: pnpm # if `with` is set, enforce to use this package manager
frozen_lockfile: true # recommended
ignore_node_modules: true # recommended
image: node:22-alpine
commands:
- corepack enable
- pnpm install --frozen-lockfile
- pnpm build