ci fix
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
jusax23 2022-12-07 22:26:43 +01:00
parent db0838266e
commit 4420a49b6e

View file

@ -6,7 +6,7 @@ pipeline:
image: node:18-alpine image: node:18-alpine
commands: commands:
- apk add git - apk add git
- git submodule update --init --remote --force - git clone -b submodule https://jusax.de/git/jusax23/stear.git stear
- ls -l - ls -l
- npm ci - npm ci
- npm run build - npm run build