fuc-new/vendor/sendgrid/php-http-client/Makefile
hellcat 1fe8673f62 1
2025-10-01 13:34:29 +08:00

17 lines
343 B
Makefile
Executable File

.PHONY: clean install test
clean:
@rm -rf vendor composer.lock php-http-client.zip
ci-install: clean
composer install --no-dev
install: clean
composer install --no-scripts --no-progress --no-interaction
test: install
vendor/bin/phpunit test/unit
bundle: ci-install
zip -r php-http-client.zip . -x \*.git\* \*composer.json\* \*test\*