grocy/.devtools/install_dependencies.bat
2022-12-06 20:41:09 +01:00

5 lines
54 B
Batchfile

pushd ..
call composer install
call yarn install
popd