From 8f3d7cdbf8d8933fa319aeedc21f125f961f1802 Mon Sep 17 00:00:00 2001 From: Blallo Date: Fri, 13 Mar 2020 23:24:39 +0100 Subject: [PATCH] Fix build script to include index.html --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index e90dcfb..b4fbfd2 100755 --- a/build.sh +++ b/build.sh @@ -14,4 +14,4 @@ fi npm install npm run build:production -tar czvf dist/receptor-${VERSION}.tar.gz dist/* +tar czvf dist/receptor-${VERSION}.tar.gz dist/* index.html