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