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

github.com/nextcloud/notifications.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2018-01-24 14:52:06 +0300
committerJoas Schilling <coding@schilljs.com>2018-01-24 14:52:06 +0300
commit57eacd22d94d2b9c2048dda68fac57ee62544160 (patch)
tree1eb9f51d1dc349a9d5f95d885bc32f4dc659ce2b /Makefile
parent007a29131b2f78807a35db73da83deb9cc824d0c (diff)
No dev verion in production
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 07bca3c..e287f1b 100644
--- a/Makefile
+++ b/Makefile
@@ -14,12 +14,15 @@ npm-update:
npm update
build-js:
+ npm run dev
+
+build-js-production:
npm run build
clean:
rm -rf $(build_dir)
-package: clean build-js
+package: clean build-js-production
mkdir -p $(source_dir)
rsync -a \
--exclude=/build \