dust/scripts/build_release.fish

9 lines
135 B
Fish
Raw Permalink Normal View History

2023-11-30 01:59:58 +00:00
#!/bin/fish
2023-12-26 23:36:10 +00:00
# Build the project in release mode.
2023-11-30 01:59:58 +00:00
cd tree-sitter-dust/
tree-sitter generate --no-bindings
cd ..
cargo build --release