Browse Source
Update the templates when the deps are updated
Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/1779/head
Joas Schilling
7 years ago
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
1 changed files with
2 additions and
2 deletions
-
Makefile
|
|
@ -15,7 +15,7 @@ all: dev-setup build-js-production |
|
|
|
|
|
|
|
|
dev-setup: clean-dev npm-init |
|
|
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 |
|
|
release: appstore create-tag |
|
|
|
|
|
|
|
|
@ -72,7 +72,7 @@ create-tag: |
|
|
git tag -a v$(version) -m "Tagging the $(version) release." |
|
|
git tag -a v$(version) -m "Tagging the $(version) release." |
|
|
git push origin v$(version) |
|
|
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) |
|
|
mkdir -p $(sign_dir) |
|
|
rsync -a \
|
|
|
rsync -a \
|
|
|
--exclude=bower.json \
|
|
|
--exclude=bower.json \
|
|
|
|