Skip to content

Commit

Permalink
Corrected makerelease script
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasvanlierop committed Sep 2, 2013
1 parent d7ee505 commit 98b2d67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/makeRelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,9 @@ cd ${RELEASE_DIR}/${PROJECT_NAME}
php ${RELEASE_DIR}/composer.phar install --no-dev
)

# remove Git and Composer files
# remove files that are not required for production
(
rm -rf ${RELEASE_DIR}/${PROJECT_NAME}/.idea
rm -rf ${RELEASE_DIR}/${PROJECT_NAME}/.git
rm -f ${RELEASE_DIR}/${PROJECT_NAME}/.gitignore
rm -f ${RELEASE_DIR}/${PROJECT_NAME}/composer.json
Expand Down

0 comments on commit 98b2d67

Please sign in to comment.