*: use npm ci for more reliable builds

This commit is contained in:
Andrey Meshkov 2019-12-19 13:28:08 +03:00
parent 00fabb0ecf
commit cde15afd90
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ all: build
build: $(TARGET)
client/node_modules: client/package.json client/package-lock.json
npm --prefix client install
npm --prefix client ci
touch client/node_modules
$(STATIC): $(JSFILES) client/node_modules