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