parent
42fa882157
commit
ce1c1c550a
1 changed files with 1 additions and 0 deletions
|
@ -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
|
Loading…
Reference in a new issue