More correction to woodpecker file
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
ci/woodpecker/manual/woodpecker Pipeline failed

This commit is contained in:
apatil 2025-05-01 23:11:25 +01:00
parent aba9719689
commit 060ad19877

View File

@ -1,6 +1,10 @@
steps: steps:
build: install:
image: node:20.19-alpine image: node:20.19-alpine
commands: commands:
- npm install - npm install
build:
image: node:20.19-alpine
commands:
- npm run build - npm run build