oont-contents/plugins/wpify-woo/deps/heureka/overeno-zakazniky/Makefile
2025-02-08 15:10:23 +01:00

14 lines
223 B
Makefile

.PHONY: build build-dev clean test
build:
composer install --no-dev
build-dev:
composer install --dev
clean:
rm -rf $(CURDIR)/vendor
rm -f $(CURDIR)/composer.lock
test: build-dev
$(CURDIR)/vendor/bin/phpunit tests