build(deps): use npm ci instead of npm install

This commit is contained in:
Benjamin Gaudé 2024-02-27 14:36:04 +01:00
parent dca60be370
commit a387f562cf
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ RUN cp -f misc/docker/config-patch.yml misc/release/config-patch.yml
RUN go get github.com/krishicks/yaml-patch/cmd/yaml-patch
RUN npm install \
RUN npm ci \
&& make vendor \
&& echo "---" > ./misc/release/config-patch.yml \
&& make ARCH_TARGETS=amd64 release