Skip to content

Commit

Permalink
chore: fixed deployments to not include dev items
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronware committed Aug 19, 2021
1 parent 9031c5e commit 8ab1c8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Install Composer Dependencies
run: |
composer install --prefer-dist --no-progress --no-suggest
composer install --prefer-dist --no-progress --no-suggest --no-ansi --no-dev --no-interaction --no-plugins --no-progress --no-scripts --optimize-autoloader
- name: Build Plugin Frontend
run: |
Expand Down

0 comments on commit 8ab1c8c

Please # to comment.