Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ cd cre-sdk-typescript
# Install dependencies
bun install

# Build everything
bun build
# Build packages and perform full health checks
bun full-checks
```

### Available Scripts
Expand All @@ -114,6 +114,7 @@ bun check # Format and lint code using biome
bun format # Format code using biome
bun lint # Lint code using biome
bun typecheck # Type check all packages
bun full-checks # Build packages and perform full health checks

# Package-specific builds (run from packages/cre-sdk/)
bun generate:proto # Generate types from protobuf
Expand Down