Skip to content

Commit 62e6e41

Browse files
committed
Optimize build
1 parent 9233dbb commit 62e6e41

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)