Makefile 206 B

1234567891011121314
  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. docs:
  8. cd Resources/doc && sphinx-build -W -b html -d _build/doctrees . _build/html
  9. bower:
  10. bower update