build(deps): use npm ci instead of npm install
This commit is contained in:
parent
dca60be370
commit
a387f562cf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue