1
0
dust/scripts/build_release.fish

9 lines
135 B
Fish
Raw Normal View History

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