Skip to content
This repository was archived by the owner on Nov 23, 2022. It is now read-only.

Commit c4d10d0

Browse files
committed
Fix home html page inclusion
1 parent a090e49 commit c4d10d0

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ test/fixtures/deploying/
66
test/fixtures/secrets.db
77
dist/
88
bin/server-core.js
9+
bin/home.html

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ after_success:
1919
# build npm binary
2020
- yarn build-bundle
2121
- mv dist/index.js bin/server-core.js
22+
- mv dist/home.html bin/home.html
2223
# build main docker image
2324
- yarn build
2425
- docker login -u $HUB_USER -p $HUB_PASS

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@
1616
},
1717
"files": [
1818
"bin/exoframe-server.js",
19-
"bin/server-core.js"
19+
"bin/server-core.js",
20+
"bin/home.html"
2021
],
2122
"repository": "[email protected]:exoframejs/exoframe-server.git",
2223
"author": "Tim Ermilov <[email protected]>",

0 commit comments

Comments
 (0)