mirror of
https://github.com/katanemo/plano.git
synced 2026-05-09 07:42:43 +02:00
13 lines
246 B
Markdown
13 lines
246 B
Markdown
|
|
---
|
||
|
|
name: build-brightstaff
|
||
|
|
description: Build the brightstaff native binary. Use when brightstaff code changes.
|
||
|
|
---
|
||
|
|
|
||
|
|
Build brightstaff:
|
||
|
|
|
||
|
|
```
|
||
|
|
cd crates && cargo build --release -p brightstaff
|
||
|
|
```
|
||
|
|
|
||
|
|
If the build fails, diagnose and fix the errors.
|