Skip dev dependencies when installing WooCommerce for CI builds.
This commit is contained in:
parent
7de10b2d64
commit
431ab61f34
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue