mirror of
https://gh.wpcy.net/https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2026-04-28 03:09:16 +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
|