grocy/.devtools/install_dependencies.bat
2019-03-06 18:42:51 +01:00

5 lines
49 B
Batchfile

pushd ..
call composer install
yarn install
popd