Make sure node_modules aren't uploaded

This commit is contained in:
Nabeel Shahzad
2017-12-16 20:49:13 -06:00
parent 3e52f0aee1
commit d768589cb1

View File

@@ -18,6 +18,7 @@ if [ "$TRAVIS" = "true" ]; then
find ./vendor -type d -name ".git" | xargs rm -rf
rm -rf .idea phpvms.iml .travis .dpl
rm -rf .phpstorm.meta.php _ide_helper.php
rm -rf node_modules
php artisan version:show --format compact --suppress-app-name > VERSION
echo "creating tarball"