Skip to content

Commit

Permalink
Update generate_release script
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwiz committed Aug 1, 2018
1 parent c15b9ab commit d9be98b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions bin/generate_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

npm update && \
bower update && \
bin/composer.phar update && \
grunt prod && \
tar cvzf release.tgz \
--exclude-vcs \
Expand All @@ -17,8 +16,8 @@ tar cvzf release.tgz \
README.md \
RELEASE.md \
bin \
composer.json \
composer.lock \
composer*.json \
composer*.lock \
config_example.php \
db.sql \
db_mysql.sql \
Expand Down

0 comments on commit d9be98b

Please sign in to comment.