switch npm install to npm ci
This commit is contained in:
Родитель
90738f0d47
Коммит
7989598832
2
Makefile
2
Makefile
|
@ -27,7 +27,7 @@ all: dev-setup appstore
|
|||
dev-setup: clean-dev npm-init composer
|
||||
|
||||
npm-init:
|
||||
npm install
|
||||
npm ci
|
||||
|
||||
# a copy is fetched from the web
|
||||
.PHONY: composer
|
||||
|
|
Загрузка…
Ссылка в новой задаче