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

View File

@@ -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