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
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
1 changed files with
2 additions and
0 deletions
-
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 \
|
|
|
|