summaryrefslogtreecommitdiff
path: root/export.sh
blob: 5428107148f7fd4bdf65c1548dbd60836480f657 (plain)
1
2
3
4
5
6
7
#!/bin/bash

# Build
if cargo build --workspace --release; then
    # Export
    cargo run --manifest-path crates/build_helper/Cargo.toml --bin exporter
fi