Skip to content

Commit 34d4c47

Browse files
Add --optimize-autoloader flag to Composer install step in deploy workflow
1 parent 0babf8b commit 34d4c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
tools: 'composer'
2121

2222
- name: Composer install
23-
run: composer install
23+
run: composer install --optimize-autoloader
2424

2525
- name: NPM install
2626
run: npm install && npm run build

0 commit comments

Comments
 (0)