diff --git a/.woodpecker.yml b/.woodpecker.yml index 9117c7e..2eee87f 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -6,6 +6,7 @@ pipeline: image: node:18-alpine commands: - apk add git + - git submodule update --init --remote --force - npm ci - npm run build - ls build \ No newline at end of file