Remove other unused assets from the release tarball

This commit is contained in:
Johannes Zellner
2018-04-10 14:05:26 +02:00
parent 944f743438
commit 97313fe1c8
2 changed files with 3 additions and 1 deletions

View File

@@ -73,6 +73,7 @@ echo "==> Installing toplevel node modules"
echo "==> Create final tarball"
(cd "${bundle_dir}" && tar czf "${bundle_file}" .)
echo "==> Cleaning up ${bundle_dir}"
rm -rf "${bundle_dir}"