chore(build): make clean 清除 static/ SSR 缓存目录
Some checks failed
CI / check (push) Has been cancelled
CI / build (push) Has been cancelled

This commit is contained in:
xfy 2026-07-16 15:15:55 +08:00
parent f613460742
commit ac04b23b59

View File

@ -205,5 +205,6 @@ clean:
@rm -rf public/katex
@rm -rf public/mermaid
@rm -rf public/doc
@rm -rf static/
@rm -rf uploads/.cache
@rm -rf libs/node_modules libs/*/node_modules