Skip to content

Commit 5615b60

Browse files
authored
Run server on the docs folder (#1865)
1 parent 2151c72 commit 5615b60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"optimize-svg": "gulp optimizeSvg",
1010
"bump": "gulp bumpVersion",
1111
"build-icons": "python3 ./.github/scripts/icomoon_build_githubless.py ./.github/scripts/build_assets/geckodriver-v0.32.2-linux64/geckodriver ./icomoon.json ./devicon.json ./icons ./ --headless",
12-
"dev": "python3 -m http.server 8000"
12+
"dev": "python3 -m http.server 8000 -d ./docs/"
1313
},
1414
"repository": {
1515
"type": "git",

0 commit comments

Comments
 (0)