chore: change sassdoc/typedoc output to local public/references/

This commit is contained in:
Cell
2026-08-24 00:48:35 +08:00
parent df90a0eb96
commit 152e7fa5a2
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -44,7 +44,7 @@
"gen:lexers": "pnpm -F chroma-lexers start",
"gen:docs": "pnpm -F gen-docs start",
"gen:typedoc": "typedoc",
"gen:sassdoc": "npx sassdoc@2.7.2 assets/scss/ --dest ../fixit-docs/static/references/scss --config .sassdocrc",
"gen:sassdoc": "npx sassdoc@2.7.2 assets/scss/ --dest public/references/scss --config .sassdocrc",
"unocss": "unocss",
"unocss:watch": "unocss --watch",
"prepare": "simple-git-hooks"