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

github.com/nextcloud/external.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2021-01-18 19:19:54 +0300
committerJoas Schilling <coding@schilljs.com>2021-01-18 19:19:54 +0300
commit9e00044b7e40011ac718d6886c8baafe5e24fba1 (patch)
tree81309b53ae10f1c48696b38d7e3bc92bbe1c1c0d /Makefile
parentc221bd7e0389638b96088eefd10cd23791a161ce (diff)
Don't modify on install
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 5b5a27c..e5707bc 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ lint-fix:
npm run lint:fix
npm-init:
- npm install
+ npm ci
npm-update:
npm update