Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordartcafe <github@dartcafe.de>2020-08-31 23:57:17 +0300
committerdartcafe <github@dartcafe.de>2020-08-31 23:57:17 +0300
commit7989598832108144069f583e375ee7407ffdc78e (patch)
treeed9bbad259a8f906169042c774dedad7bbc70c3c /Makefile
parent90738f0d474cfccde6b60a5090b377078ef690ab (diff)
switch npm install to npm ci
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 61237aea..a96d5015 100644
--- a/Makefile
+++ b/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