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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 68aa4df89..f73c01388 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ lint-fix:
npm run lint:fix
npm-init:
- npm install
+ npm ci
npm-update:
npm update