mirror of
https://gh.wpcy.net/https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2026-04-30 04:42:19 +08:00
7 lines
57 B
Bash
7 lines
57 B
Bash
#!/bin/bash
|
|
|
|
popd
|
|
|
|
composer install
|
|
npm ci
|
|
npm run build
|