woocommerce-paypal-payments/.ddev/commands/web/orchestrate.d/30_install_plugin_packages.sh
Alex P. fd7d067e6f
Update DDEV setup
added the asset build command which was previously in postinstall
2026-01-08 16:59:31 +02:00

7 lines
57 B
Bash

#!/bin/bash
popd
composer install
npm ci
npm run build