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:
authorJoas Schilling <coding@schilljs.com>2020-09-17 13:50:39 +0300
committerJoas Schilling <coding@schilljs.com>2020-09-17 13:50:39 +0300
commit4c0f97bb0874e7c7603e31c84bafcfefadb1f9b3 (patch)
treeb898afc947bcdf59e67f522971da61741d9cd575 /Makefile
parent1ff7a28cd2ab68f3cec89a4d8ebb64acfa8ee77d (diff)
Don't update packages on npm-init or dev-setup
Signed-off-by: Joas Schilling <coding@schilljs.com>
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