*: use npm ci for more reliable builds
This commit is contained in:
parent
00fabb0ecf
commit
cde15afd90
2
Makefile
2
Makefile
|
@ -14,7 +14,7 @@ all: build
|
||||||
build: $(TARGET)
|
build: $(TARGET)
|
||||||
|
|
||||||
client/node_modules: client/package.json client/package-lock.json
|
client/node_modules: client/package.json client/package-lock.json
|
||||||
npm --prefix client install
|
npm --prefix client ci
|
||||||
touch client/node_modules
|
touch client/node_modules
|
||||||
|
|
||||||
$(STATIC): $(JSFILES) client/node_modules
|
$(STATIC): $(JSFILES) client/node_modules
|
||||||
|
|
Loading…
Reference in New Issue