Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit 3d6c1dc

Browse files
tabcataphelionz
authored andcommitted
serve dist
1 parent b9c02fb commit 3d6c1dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
],
3131
"scripts": {
3232
"build": "./build.sh",
33-
"start": "http-server --silent -a 127.0.0.1 -p 8080 -c-1 -o index.html",
33+
"start": "cd dist/ && http-server --silent -a 127.0.0.1 -p 8080 -c-1 -o",
3434
"test": "echo \"Error: no test specified\" && exit 1"
3535
},
3636
"author": "Haad",

0 commit comments

Comments
 (0)