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