Skip to content

Commit

Permalink
Move phpcs to lint command in composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
swalkinshaw committed May 28, 2021
1 parent a8e13f3 commit c5ea794
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,6 @@
"post-root-package-install": [
"php -r \"copy('.env.example', '.env');\""
],
"test": [
"phpcs"
]
"lint": "phpcs"
}
}

0 comments on commit c5ea794

Please sign in to comment.