Update the templates when the deps are updated

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2019-05-08 13:08:37 +02:00
Родитель 983e71bd93
Коммит c6af361e3d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 7076EA9751AACDDA
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -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 \