use pnpm lock

This commit is contained in:
Paul Mineev
2022-07-13 14:00:48 -05:00
committed by Umputun
parent 26476db95d
commit 26d8d3daee
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ ENV SKIP_FRONTEND_TEST=true
ENV CI=true
ADD frontend/package.json /srv/frontend/package.json
ADD frontend/package-lock.json /srv/frontend/package-lock.json
ADD frontend/pnpm-lock.yaml /srv/frontend/pnpm-lock.yaml
RUN
cd /srv/frontend && \
apk add --no-cache --update git && \