This commit is contained in:
Kovid Goyal 2026-07-05 14:56:50 +05:30
parent b90e2124e0
commit adcce6f8b9
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -13,7 +13,7 @@ This is a multi-language repository. Adhere strictly to the idiomatic styling, p
You must always use the following custom scripts to build, verify, and test changes. Do not use generic toolchains such as `go test` or `pytest` or `./setup.py test`.
### 🛠️ Build Commands
Execute this command to compile all modules and check for syntax or type errors:
Execute the following command to compile all modules and check for syntax or type errors. Do not try to build go code using `go build` or similar generic commands.
```bash
make debug
```