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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2017-10-31 13:21:52 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2017-10-31 13:21:52 +0300
commit89315b845d6a46448c49b00cea1376255bb5e87c (patch)
treee9176f96f853216d0c5813906dbe3a307e66e99c /Makefile
parentab1bb75832518aada22217687f556eac7587c0a2 (diff)
parent6801eba47c6159300966ba72f83f6f4c9a3c1dfb (diff)
Merge branch 'master' of github.com:/nextcloud/mail into webpack_prod_config
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e7cd38784..16ca57a0d 100644
--- a/Makefile
+++ b/Makefile
@@ -38,7 +38,7 @@ install-npm-deps-dev:
optimize-js: install-npm-deps
./node_modules/webpack/bin/webpack.js --config js/webpack.prod.config.js
-dev-setup: install-composer-deps install-npm-deps-dev
+dev-setup: install-composer-deps-dev install-npm-deps-dev
start-imap-docker:
docker pull $(docker_image)