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

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2019-05-08 14:08:37 +0300
committerJoas Schilling <coding@schilljs.com>2019-05-08 14:08:37 +0300
commitc6af361e3d2d7a213ca6cfca7599d1a0e20dfafc (patch)
treed553013bacdacefcab9227d54497d6bf37ef06f7 /Makefile
parent983e71bd932069936f3a4085d79a1f7071b7793d (diff)
Update the templates when the deps are updated
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6e8ba31ae..fa74e039e 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ all: dev-setup build-js-production
dev-setup: clean-dev npm-init
-dependabot: dev-setup npm-update build-js-production
+dependabot: dev-setup npm-update build-js-production compile-handlebars-templates bundle-simplewebrtc
release: appstore create-tag
@@ -72,7 +72,7 @@ create-tag:
git tag -a v$(version) -m "Tagging the $(version) release."
git push origin v$(version)
-appstore: dev-setup build-js-production compile-handlebars-templates bundle-simplewebrtc
+appstore: dev-setup build-js-production
mkdir -p $(sign_dir)
rsync -a \
--exclude=bower.json \