Skip to content

Commit

Permalink
Include composer in lint since it often installs phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanshoover committed May 9, 2019
1 parent 102f618 commit 91b3b7d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions orb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 91b3b7d

Please sign in to comment.