mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
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.
6 lines
49 B
Bash
6 lines
49 B
Bash
#!/bin/bash
|
|
|
|
popd
|
|
|
|
composer install
|
|
yarn install
|