Makefile 199 B

123456789101112
  1. cs:
  2. php-cs-fixer fix --verbose
  3. cs_dry_run:
  4. php-cs-fixer fix --verbose --dry-run
  5. test:
  6. phpunit
  7. cd Resources/doc && sphinx-build -W -b html -d _build/doctrees . _build/html
  8. bower:
  9. bower update