9 lines
135 B
Fish
Executable File
9 lines
135 B
Fish
Executable File
#!/bin/fish
|
|
# Build the project in release mode.
|
|
|
|
cd tree-sitter-dust/
|
|
tree-sitter generate --no-bindings
|
|
|
|
cd ..
|
|
cargo build --release
|