Skip to content

Commit

Permalink
Merge pull request #409 from ergebnis/feature/schema
Browse files Browse the repository at this point in the history
Enhancement: Add schema target to Makefile
  • Loading branch information
ergebnis-bot authored Apr 22, 2020
2 parents d4cdea3 + d26d20d commit 0bc1dc2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ phar: vendor ## Builds a phar with humbug/box
.build/phar/composer-normalize.phar
.build/phar/composer-normalize.phar --dry-run composer.json

.PHONY: schema
schema: vendor ## Updates the schema
wget --output-document=resource/schema.json https://getcomposer.org/schema.json

.PHONY: static-code-analysis
static-code-analysis: vendor ## Runs a static code analysis with phpstan/phpstan and vimeo/psalm
mkdir -p .build/phpstan
Expand Down

0 comments on commit 0bc1dc2

Please sign in to comment.