diff --git a/README.md b/README.md index 8f99f74..7e089d8 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,7 @@ bun run check Or run tests only by running: ```bash -bun run test +bun test ``` > This is also run automatically by the pre-commit hook. This also causes the committing process a little bit slower, diff --git a/README.zh.md b/README.zh.md index 72480d0..03c04ee 100644 --- a/README.zh.md +++ b/README.zh.md @@ -182,7 +182,7 @@ bun run check 或者仅运行测试: ```bash -bun run test +bun test ``` > 这也会由 pre-commit 钩子自动执行。这会让提交过程稍微慢一点,但我们认为这是值得的。毕竟,在一个 AI 主导的 GitHub 宇宙中,我们至少应该能处理好代码质量的"最后一公里"。