Fixed typo

This commit is contained in:
Chris Kankiewicz
2020-01-20 21:24:31 -07:00
parent 7bab5a5ac6
commit ebe23d826b

View File

@@ -12,7 +12,7 @@ prod production: # Build application for production
update upgrade: # Update application dependencies
@composer update && npm update && npm install
test: #: Run coding standards/static analysis checks and tests
test: # Run coding standards/static analysis checks and tests
@php-cs-fixer fix --diff --dry-run && psalm --show-info=false && phpunit --coverage-text
tunnel: # Expose the application via secure tunnel