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:
authorSteffen Lindner <mail@steffen-lindner.de>2015-09-10 21:53:04 +0300
committerSteffen Lindner <mail@steffen-lindner.de>2015-09-10 21:53:04 +0300
commit5a6bec2a832bacb4ed1912c7ffcc51192064d7d5 (patch)
treebce4c506fab054470fd59369329a41b24cded18e /Makefile
parenta28bb40141d6b75f1c29d4258eefbfe8d13690a8 (diff)
Only install production deps
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c9326e42c..09788c611 100644
--- a/Makefile
+++ b/Makefile
@@ -11,11 +11,12 @@ all: dist
clean:
rm -rf $(build_dir)
+ rm -rf node_modules
dist: install-npm-deps install-bower-deps optimize-js
install-npm-deps: package.json
- npm install
+ npm install --production
install-bower-deps: bower.json install-npm-deps
./node_modules/bower/bin/bower install