From 84f6c58cb9e3d046d5855ab475077314ecd9307d Mon Sep 17 00:00:00 2001 From: Nabeel Shahzad Date: Sun, 24 Dec 2017 12:12:07 -0600 Subject: [PATCH] procfile and makefile changes --- Makefile | 2 +- Procfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ccef10db..d5922491 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ build: # This is to build all the stylesheets, etc .PHONY: build-assets build-assets: - npm run dev + @npm run dev .PHONY: install install: build diff --git a/Procfile b/Procfile index dd368790..38128ec6 100644 --- a/Procfile +++ b/Procfile @@ -2,4 +2,4 @@ dnsmasq: /usr/local/sbin/dnsmasq --keep-in-foreground php-fpm: /usr/local/sbin/php-fpm --nodaemonize nginx: /usr/local/bin/nginx #mysql: /usr/local/bin/mysqld -mailhog: /usr/local/bin/mailhog +#mailhog: /usr/local/bin/mailhog