fix
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
jusax23 2022-12-07 22:03:41 +01:00
parent 42fa882157
commit ce1c1c550a

View file

@ -6,6 +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
- npm ci - npm ci
- npm run build - npm run build
- ls build - ls build