Fix build script to include index.html

master 1.0.1
blallo 2020-03-13 23:24:39 +01:00
parent 181495d07f
commit 8f3d7cdbf8
Signed by: blallo
GPG Key ID: 0CBE577C9B72DC3F
1 changed files with 1 additions and 1 deletions

View File

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