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

Commit 7c761eb

Browse files
committed
Merge branch 'hotfix/homepage', prepare 5.0.2
2 parents 1159a6b + 395c53e commit 7c761eb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ test/fixtures/deploying/
66
test/fixtures/secrets.db
77
dist/
88
bin/server-core.js
9-
bin/assets/
9+
bin/runner.js
10+
bin/home.html

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"test": "NODE_ENV=testing jest --coverage --silent --maxWorkers=2 --ci",
1111
"coveralls": "cat ./coverage/lcov.info | coveralls",
1212
"build-bundle": "ncc build src/index.js -o dist",
13-
"prepare-build": "cp dist/index.js bin/server-core.js && cp -r dist/assets bin/",
13+
"prepare-build": "cp dist/index.js bin/server-core.js && cp dist/runner.js bin/runner.js && cp dist/home.html bin/home.html",
1414
"build": "yarn build-bundle && yarn prepare-build"
1515
},
1616
"files": [

0 commit comments

Comments
 (0)