diff --git a/New-Project-Documentation-Setup.-.md b/New-Project-Documentation-Setup.-.md index 6516a50..8a1a9e6 100644 --- a/New-Project-Documentation-Setup.-.md +++ b/New-Project-Documentation-Setup.-.md @@ -72,9 +72,9 @@ Home 给出建议阅读顺序;每个命令必须有预期结果;代码地图 ### 7. 导出镜像并检查 ```powershell -python scripts/sync_wiki_docs.py -python scripts/check_harness.py --strict -python scripts/sync_wiki_docs.py --check +python dev_scripts/sync_wiki_docs.py +python dev_scripts/check_harness.py --strict +python dev_scripts/sync_wiki_docs.py --check python -m unittest discover -s tests -v ```