Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
    "private": true,
    "scripts": {
        "prebuild": "cargo run --release --color=always --package nyar_prebuild --bin nyar_prebuild && cargo fmt --all",
        "build": "cargo build --release",
        "test": "cargo build",
        "fmt": "cargo fmt --all",
        "push": "yarn test && git push",
        "reset": "git reset Head~ --soft",
        "pub": "bash scripts/publish.sh"
    }
}