From ebe23d826bd45f3cc4ea96a8b6e93bb493e255e8 Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Mon, 20 Jan 2020 21:24:31 -0700 Subject: [PATCH] Fixed typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 28ad088..ed73b98 100644 --- a/Makefile +++ b/Makefile @@ -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