Skip to content
Snippets Groups Projects
Commit b4a1da1d authored by Andrei Jiroh Eugenio Halili's avatar Andrei Jiroh Eugenio Halili :school:
Browse files

More build script pain

parent 98065e2f
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,8 @@
"description": "An reincarnation of the handbook repository, but the entirety of Recap Time Squad Wiki in Markdown during possible Miraheze shutdown and migration.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"dev": "./.venv/bin/mkdocs serve --use-directory-urls --dirtyreload",
"build": "./scripts/build.sh"
},
"repository": {
"type": "git",
......
......@@ -9,4 +9,4 @@ pip3 install -r requirements.txt --upgrade
mkdocs build --verbose
cp -v content/.well-known site/.well-known
\ No newline at end of file
cp -vr content/.well-known site/.well-known
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment