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
@@ -43,7 +43,7 @@ RUN if [ -z "$SKIP_FRONTEND_BUILD" ] ; then \
apk add --no-cache --update git \
; fi
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
WORKDIR /srv/frontend
RUN if [ -z "$SKIP_FRONTEND_BUILD" ] ; then \
npm i -g pnpm && \
+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 && \