Optimized .devtools

This commit is contained in:
Bernd Bestel 2022-12-06 20:41:09 +01:00
parent fce6458df6
commit 84e3707f4f
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
pushd ..
call composer install
yarn install
call yarn install
popd

View File

@ -1,4 +1,4 @@
pushd ..
call composer update
yarn upgrade
call yarn upgrade
popd