add sync for svelte

This commit is contained in:
cupcakearmy 2022-07-19 10:26:34 +02:00
parent 1e73e4d4a3
commit 00ea3e37da
No known key found for this signature in database
GPG Key ID: 3235314B4D31232F
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ WORKDIR /tmp
RUN npm install -g pnpm@7
COPY ./frontend ./
RUN pnpm install
RUN pnpm exec svelte-kit sync
RUN pnpm run build