Skip to content

Commit

Permalink
Added ci shortcut
Browse files Browse the repository at this point in the history
  • Loading branch information
janhenckens committed Mar 8, 2024
1 parent ec1d8d1 commit e50faf5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"scripts": {
"check-cs": "ecs check --ansi",
"fix-cs": "ecs check --ansi --fix",
"phpstan": "phpstan --memory-limit=1G"
"phpstan": "phpstan --memory-limit=1G",
"ci": "ecs check --ansi --fix && phpstan --memory-limit=1G"
},
"config": {
"sort-packages": true,
Expand Down

0 comments on commit e50faf5

Please sign in to comment.