1
0
mirror of https://github.com/konpa/devicon.git synced 2025-01-17 05:28:13 +01:00

Run server on the docs folder (#1865)

This commit is contained in:
David Leal 2023-09-03 14:38:37 -06:00 committed by GitHub
parent 2151c729e6
commit 5615b6091f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@
"optimize-svg": "gulp optimizeSvg",
"bump": "gulp bumpVersion",
"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",
"dev": "python3 -m http.server 8000"
"dev": "python3 -m http.server 8000 -d ./docs/"
},
"repository": {
"type": "git",