From 91b3b7dac166a16c6276f9cc72596e757c139614 Mon Sep 17 00:00:00 2001 From: Ryan Hoover Date: Thu, 9 May 2019 14:27:26 -0500 Subject: [PATCH] Include composer in lint since it often installs phpcs --- orb.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/orb.yml b/orb.yml index fac60e2..39f5a2e 100644 --- a/orb.yml +++ b/orb.yml @@ -112,8 +112,8 @@ jobs: - install: production: false cache-name: yarn - include-composer: false - include-yarn: true + include-composer: true + include-yarn: true - run: name: Run lint command command: yarn run lint