Added mix-manifest.json to build artifacts

This commit is contained in:
Chris Kankiewicz
2020-01-19 01:18:06 -07:00
parent 9ac3918e95
commit 50a27fe56f

View File

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