add composer build target

pull/229/head
David Goodwin 6 years ago
parent 19cda31849
commit 5eba76ac36

@ -4,6 +4,11 @@
"type": "project",
"license": "GPL-2.0",
"scripts": {
"build" : [
"@lint",
"@psalm",
"@test"
],
"check-format": "php-cs-fixer fix --ansi --dry-run --diff",
"format": "php-cs-fixer fix --ansi",
"lint": "@php ./vendor/bin/parallel-lint --exclude vendor/ .",

Loading…
Cancel
Save