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 <ChristophWurst@users.noreply.github.com>2020-11-02 19:09:48 +0300
committerGitHub <noreply@github.com>2020-11-02 19:09:48 +0300
commitd3de0212fc38b0d9e753c14300bdf6c912512c08 (patch)
treeef4424c249a0c89f7511dc3a39f09a25d6b4a033 /Makefile
parentcab45773c24939c701a3647aa8ac7f5e51a387ff (diff)
parent888cd9ec7c34fe06e643b09d8aa53457c95e1463 (diff)
Merge pull request #3946 from nextcloud/techdept/makefile-dev-setup-dev-build
Build a dev version for a dev build, not a production version
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 948abf87e..b661282a5 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,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-docker:
docker pull christophwurst/imap-devel