This commit is contained in:
maji
2026-01-02 22:17:09 +07:00
parent 6d444856ca
commit 882a4a3618

View File

@@ -9,7 +9,7 @@
"scripts": {
"dev": "npm run gen && mkdocs serve",
"build": "npm run gen && mkdocs build",
"setup": "npm i && npm run gen && mkdocs build",
"setup": "npm i && npm run build",
"gen": "node autogen/yamlgen.js && node autogen/mdgen.js"
},
"keywords": [],