mirror of
https://github.com/appwrite/appwrite
synced 2026-05-06 06:48:22 +00:00
Updated build script
This commit is contained in:
parent
8ca5c4af38
commit
caf4110f36
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
|
@ -19,7 +19,7 @@ echo -e "<?php\nconst VERSION = '$1';\n\nreturn VERSION;" > app/config/version.p
|
|||
|
||||
echo 'Updating PHP dependencies and auto-loading...'
|
||||
|
||||
composer update --ignore-platform-reqs --optimize-autoloader --no-dev --no-plugins --no-scripts
|
||||
composer update --ignore-platform-reqs --optimize-autoloader --no-dev --no-plugins --no-scripts --prefer-dist
|
||||
|
||||
echo 'Starting build...'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue