From 50a27fe56f82da3fc935adc0e62c7431b6cc7569 Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Sun, 19 Jan 2020 01:18:06 -0700 Subject: [PATCH] Added mix-manifest.json to build artifacts --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cea223c..171c648 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -ARTIFACT_FILES=app node_modules vendor LICENSE README.md index.php +ARTIFACT_FILES=app node_modules vendor LICENSE mix-manifest.json README.md index.php ARTIFACT_NAME="DirectoryLister-$$(git rev-parse --short HEAD)" dev development: # Build application for development