update submodules

This commit is contained in:
philipp lang 2024-01-01 22:48:35 +01:00
parent 7aa445ca74
commit 703084dbc1
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ steps:
- name: node
image: node:17.9.0-slim
commands:
- npm ci && npm run img && npm run prod && rm -R node_modules
- cd packages/adrema-plugin && npm ci && npm run build && cd ../../ && npm ci && npm run img && npm run prod && rm -R node_modules
- name: tests
image: zoomyboy/adrema-base:latest