We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9233dbb commit 62e6e41Copy full SHA for 62e6e41
.github/workflows/deployment.yml
@@ -38,7 +38,7 @@ jobs:
38
${{ runner.os }}-composer-
39
40
- name: Install dependencies
41
- run: COMPOSER_ROOT_VERSION=dev-master composer install --prefer-source --no-progress --no-suggest --no-interaction
+ run: composer install --no-dev --no-progress --no-interaction --optimize-autoloader
42
43
- name: Store WP-CLI version
44
run: |
0 commit comments