diff --git a/scripts/make-archive.sh b/scripts/make-archive.sh index ea9084f54..b99e87ab0 100755 --- a/scripts/make-archive.sh +++ b/scripts/make-archive.sh @@ -39,7 +39,8 @@ rm -rf data/*.sqlite \ README.markdown \ docs \ Dockerfile \ - composer.* + composer.* \ + app.json find ./vendor -name doc -type d -exec rm -rf {} +; find ./vendor -name notes -type d -exec rm -rf {} +;