Skip dev dependencies when installing WooCommerce for CI builds.

This commit is contained in:
Jeff Stieler 2019-07-12 11:33:25 -06:00
parent 7de10b2d64
commit 431ab61f34
1 changed files with 1 additions and 1 deletions

View File

@ -183,7 +183,7 @@ install_deps() {
# Bring in WooCommerce Core dependencies
cd "woocommerce"
composer install
composer install --no-dev
cd "$WP_CORE_DIR"
php wp-cli.phar plugin activate woocommerce