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:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e1fbf0942..e7cd38784 100644
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ install-npm-deps-dev:
npm install --deps
optimize-js: install-npm-deps
- ./node_modules/webpack/bin/webpack.js --config js/webpack.config.js
+ ./node_modules/webpack/bin/webpack.js --config js/webpack.prod.config.js
dev-setup: install-composer-deps install-npm-deps-dev