Skip to content

Commit 2d172d6

Browse files
Document full-checks command (#137)
1 parent b3a9e87 commit 2d172d6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,8 @@ cd cre-sdk-typescript
101101
# Install dependencies
102102
bun install
103103

104-
# Build everything
105-
bun build
104+
# Build packages and perform full health checks
105+
bun full-checks
106106
```
107107

108108
### Available Scripts
@@ -114,6 +114,7 @@ bun check # Format and lint code using biome
114114
bun format # Format code using biome
115115
bun lint # Lint code using biome
116116
bun typecheck # Type check all packages
117+
bun full-checks # Build packages and perform full health checks
117118

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

0 commit comments

Comments
 (0)