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