Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit 1150006

Browse files
committed
updated build script
1 parent 42e7fdd commit 1150006

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

bin/build.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ cp -r src /tmp/Symfony/
2727
cp -r web /tmp/Symfony/
2828
cp -r README.rst /tmp/Symfony/
2929
cp -r LICENSE /tmp/Symfony/
30+
cp -r deps /tmp/Symfony/
31+
cp -r deps.lock /tmp/Symfony/
3032
cd /tmp/Symfony
3133
sudo rm -rf app/cache/* app/logs/* .git*
3234
chmod 777 app/cache app/logs
@@ -55,9 +57,6 @@ fi
5557

5658
cp -r $DIR/vendor/* $TARGET/
5759

58-
# Assetic
59-
cd $TARGET/assetic && rm -rf phpunit.xml* README* tests
60-
6160
# Doctrine ORM
6261
cd $TARGET/doctrine && rm -rf UPGRADE* build* bin tests tools lib/vendor
6362

0 commit comments

Comments
 (0)