1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-06 13:16:45 +02:00

Update release.sh

This commit is contained in:
Awilum
2022-09-13 13:41:37 +03:00
parent 4e23d73a69
commit 11d2638b5a

View File

@@ -8,7 +8,7 @@ curl "https://github.com/flextype/$name/archive/refs/tags/v$version.zip" -L -O;
unzip "v$version.zip";
rm "v$version.zip";
cd "$name-$version";
composer update;
composer install --no-dev;
rm -rf __MACOSX;
find . -name '.DS_Store' -type f -delete;
zip -r "$name-$version.zip" . ;