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

github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-12-05 14:27:15 +0300
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2019-12-05 17:05:50 +0300
commit8a2209aee35a782ba4272ca63033b86fef724b6b (patch)
treed45cffbf4b02b6fb4fa888c00ea6fe4f55f67c6c /Makefile
parent502ffb413f7bb51cf200865e26d295c7c35e2456 (diff)
Fix webpack compiled changes
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3ea42cb8..d587217a 100644
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@ all: dev-setup lint build-js-production test
dev-setup: clean clean-dev npm-init
npm-init:
- npm install
+ npm ci
npm-update:
npm update