update from outside the bat?

This commit is contained in:
Dengke Tang
2023-02-27 15:36:28 -08:00
parent 5184a70c16
commit b8eff16e40
-1
View File
@@ -12,7 +12,6 @@ set "script_dir=%~dp0"
set "work_dir=%script_dir%/.." set "work_dir=%script_dir%/.."
cd %work_dir% cd %work_dir%
composer update
call %PHP_BINARY% -c php-win.ini vendor/bin/phpunit tests --debug call %PHP_BINARY% -c php-win.ini vendor/bin/phpunit tests --debug
endlocal endlocal