Skip to content

Commit

Permalink
Merge pull request #187 from palantirnet/update-styleguide-exists
Browse files Browse the repository at this point in the history
Remove check for Composer files in styleguide
  • Loading branch information
becw authored Oct 6, 2022
2 parents 37e588c + fc034e3 commit cc82b76
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions targets/styleguide.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@
<if>
<and>
<available file="${styleguide.root.resolved}" type="dir" />
<available file="${styleguide.root.resolved}/composer.json" type="file" />
<available file="${styleguide.root.resolved}/composer.lock" type="file" />
<available file="${styleguide.root.resolved}/package.json" type="file" />
<available file="${styleguide.root.resolved}/yarn.lock" type="file" />
</and>
Expand Down

0 comments on commit cc82b76

Please sign in to comment.