Skip to content

Commit

Permalink
Remove --optimize-autoloader flag from Composer install step in deplo…
Browse files Browse the repository at this point in the history
…y workflow
  • Loading branch information
abdessamadbettal committed Dec 6, 2024
1 parent 34d4c47 commit fe6404e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
tools: 'composer'

- name: Composer install
run: composer install --optimize-autoloader
run: composer install

- name: NPM install
run: npm install && npm run build
Expand Down

0 comments on commit fe6404e

Please sign in to comment.