diff --git a/Local-Development-and-Verification.-.md b/Local-Development-and-Verification.-.md index 7289e19..e679eea 100644 --- a/Local-Development-and-Verification.-.md +++ b/Local-Development-and-Verification.-.md @@ -47,7 +47,7 @@ ## 常用调试方式 -- 只检查 Python 语法:`python -m compileall -q scripts tests`。 +- 只检查 Python 语法:`python -m compileall -q dev_scripts tests`。 - 查看一个脚本帮助:`python dev_scripts/sync_wiki_docs.py --help`。 - 查看未提交差异:`git diff --check` 和 `git diff`。 - 查看最近提交:`git log -5 --oneline`。