grocy/.devtools/install_dependencies.bat
2019-03-05 19:54:38 +01:00

5 lines
44 B
Batchfile

pushd ..
composer install
yarn install
popd