mirror of
https://github.com/guzzle/guzzle.git
synced 2025-02-11 19:14:38 +01:00
Fixed Makefile (#2695)
This commit is contained in:
parent
818faffe2d
commit
48f2fb7ec5
11
Makefile
11
Makefile
@ -9,7 +9,11 @@ help:
|
||||
@echo " docs to build the Sphinx docs"
|
||||
@echo " docs-show to view the Sphinx docs"
|
||||
@echo " tag to modify the version, update changelog, and chag tag"
|
||||
@echo " package to build the phar and zip files"
|
||||
@echo " static to run phpstan and php-cs-fixer on the codebase"
|
||||
@echo " static-phpstan to run phpstan on the codebase"
|
||||
@echo " static-phpstan-update-baseline to regenerate the phpstan baseline file"
|
||||
@echo " static-codestyle-fix to run php-cs-fixer on the codebase, writing the changes"
|
||||
@echo " static-codestyle-check to run php-cs-fixer on the codebase"
|
||||
|
||||
start-server: stop-server
|
||||
node tests/server.js &> /dev/null &
|
||||
@ -59,9 +63,6 @@ tag:
|
||||
git commit -m '$(TAG) release'
|
||||
chag tag
|
||||
|
||||
package:
|
||||
php build/packager.php
|
||||
|
||||
static: static-phpstan static-codestyle-check
|
||||
|
||||
static-phpstan:
|
||||
@ -76,4 +77,4 @@ static-codestyle-fix:
|
||||
static-codestyle-check:
|
||||
$(MAKE) static-codestyle-fix CS_PARAMS="--dry-run"
|
||||
|
||||
.PHONY: docs burgomaster coverage-show view-coverage
|
||||
.PHONY: docs coverage-show view-coverage
|
||||
|
Loading…
x
Reference in New Issue
Block a user