woocommerce-paypal-payments/.ddev/commands/web/orchestrate.d/30_install_plugin_packages.sh
Alex P 45d277b936 Make js build parallel and add a sctipt for watching changes
JS building should be much faster now, and also you can do yarn ddev:watch-js to make it automatically detect changes and rebuild when editing JS code.
2022-10-21 11:27:03 +03:00

6 lines
49 B
Bash

#!/bin/bash
popd
composer install
yarn install