Browse Source

Remove more dev files from final package

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/3326/head
Joas Schilling 6 years ago
parent
commit
cb6b8f851d
No known key found for this signature in database GPG Key ID: 7076EA9751AACDDA
  1. 2
      Makefile

2
Makefile

@ -58,6 +58,7 @@ appstore:
rm -rf $(build_dir)
mkdir -p $(sign_dir)
rsync -a \
--exclude=babel.config.js \
--exclude=/build \
--exclude=check-vuejs-builds.sh \
--exclude=docs \
@ -68,6 +69,7 @@ appstore:
--exclude=.gitattributes \
--exclude=.github \
--exclude=.gitignore \
--exclude=jest.config.js \
--exclude=.l10nignore \
--exclude=mkdocs.yml \
--exclude=Makefile \

Loading…
Cancel
Save