Skip to content

Commit 38c93ce

Browse files
authored
Merge pull request #320 from wp-cli/fix/optimize-build
Optimize build
2 parents 9233dbb + 62e6e41 commit 38c93ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deployment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
${{ runner.os }}-composer-
3939
4040
- name: Install dependencies
41-
run: COMPOSER_ROOT_VERSION=dev-master composer install --prefer-source --no-progress --no-suggest --no-interaction
41+
run: composer install --no-dev --no-progress --no-interaction --optimize-autoloader
4242

4343
- name: Store WP-CLI version
4444
run: |

0 commit comments

Comments
 (0)