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>2020-11-02 14:01:17 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-11-02 14:01:17 +0300
commit888cd9ec7c34fe06e643b09d8aa53457c95e1463 (patch)
tree0cfc9d9d0e784aefb28f3c0b455d0bb2d8098e87 /Makefile
parentea36de1a8c560d0c6460c7c79c883d8cc8dbd219 (diff)
Build a dev version for a dev build, not a production version
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5f54e5361..4f61c9062 100644
--- a/Makefile
+++ b/Makefile
@@ -47,7 +47,7 @@ build-js-production:
watch-js:
npm run watch
-dev-setup: install-composer-deps-dev install-npm-deps-dev optimize-js
+dev-setup: install-composer-deps-dev install-npm-deps-dev build-js
start-imap-docker:
docker pull $(docker_image)