release: force npm cache clean

Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
This commit is contained in:
David Karlsson
2023-08-22 21:50:37 +02:00
parent 558399fad0
commit f0eed66f76

View File

@@ -8,7 +8,7 @@ RUN apk --update add nodejs npm git
FROM base as node
COPY package*.json .
RUN npm install
RUN npm install && npm cache clean --force
FROM base as hugo
ARG HUGO_VERSION=0.116.1