From 8ab1c8c6ea8ba2062a5fcacd4d06e73fdc6e73a3 Mon Sep 17 00:00:00 2001 From: Aaron Ware Date: Thu, 19 Aug 2021 11:47:51 -0400 Subject: [PATCH] chore: fixed deployments to not include dev items --- .github/workflows/master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 9868fb9..5d82dbf 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -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: |