PadApp/.woodpecker.yml
jusax23 e2b2fa407d
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
fix
2022-12-07 22:05:09 +01:00

13 lines
No EOL
241 B
YAML

# .woodpecker.yml
platform: linux/arm64
pipeline:
build:
image: node:18-alpine
commands:
- apk add git
- git submodule update --init --remote --force
- ls -l
- npm ci
- npm run build
- ls build