procfile and makefile changes

This commit is contained in:
Nabeel Shahzad
2017-12-24 12:12:07 -06:00
parent bf1a48fdb7
commit 84f6c58cb9
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ build:
# This is to build all the stylesheets, etc # This is to build all the stylesheets, etc
.PHONY: build-assets .PHONY: build-assets
build-assets: build-assets:
npm run dev @npm run dev
.PHONY: install .PHONY: install
install: build install: build
+1 -1
View File
@@ -2,4 +2,4 @@ dnsmasq: /usr/local/sbin/dnsmasq --keep-in-foreground
php-fpm: /usr/local/sbin/php-fpm --nodaemonize php-fpm: /usr/local/sbin/php-fpm --nodaemonize
nginx: /usr/local/bin/nginx nginx: /usr/local/bin/nginx
#mysql: /usr/local/bin/mysqld #mysql: /usr/local/bin/mysqld
mailhog: /usr/local/bin/mailhog #mailhog: /usr/local/bin/mailhog