Skip to content
This repository was archived by the owner on Jul 10, 2026. It is now read-only.

Commit 48e9667

Browse files
authored
readme
1 parent 8fb66e5 commit 48e9667

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
The complete build pipeline includes cleaning, compiling Noir contracts, and generating TypeScript artifacts:
3939

4040
```bash
41-
yarn ccc
41+
yarn build
4242
```
4343

4444
This runs:
@@ -181,7 +181,7 @@ The `increment()` function is private but enqueues a public `increment_internal(
181181
## Development workflow
182182

183183
1. **Modify Noir contracts** in `src/nr/`
184-
2. **Run `yarn ccc`** to rebuild and regenerate TypeScript artifacts
184+
2. **Run `yarn build`** to rebuild and regenerate TypeScript artifacts
185185
3. **Write tests** in `src/ts/` using generated artifacts
186186
4. **Run tests** with `yarn test` (sandbox starts automatically)
187187
5. **Format code** with `yarn lint:prettier`

0 commit comments

Comments
 (0)