9 lines
141 B
Fish
9 lines
141 B
Fish
|
#!/usr/bin/fish
|
||
|
# Build the project in debug mode.
|
||
|
|
||
|
cd tree-sitter-dust/
|
||
|
tree-sitter generate --debug-build --no-bindings
|
||
|
|
||
|
cd ..
|
||
|
cargo build
|