This commit is contained in:
maji
2026-01-02 22:15:02 +07:00
parent b1cdd80276
commit f0ab8ee644
2 changed files with 14 additions and 0 deletions

View File

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