mirror of
https://github.com/discountry/ritmex-bot.git
synced 2026-09-11 09:18:08 +00:00
docs: update testing instructions for Bun in CLAUDE.md
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
- 安装依赖: `bun install`
|
- 安装依赖: `bun install`
|
||||||
- 运行脚本: `bun run <script>`
|
- 运行脚本: `bun run <script>`
|
||||||
- 执行测试: `bun test`
|
- 执行测试: `bun run test`(即 `bun x vitest run`,不要用 `bun test`)
|
||||||
- 类型检查: `bun run typecheck`
|
- 类型检查: `bun run typecheck`
|
||||||
|
|
||||||
**不要使用 npm、yarn 或 npx**
|
**不要使用 npm、yarn 或 npx**
|
||||||
|
|||||||
Reference in New Issue
Block a user