summaryrefslogtreecommitdiff
path: root/justfile
blob: 054c113af9e3c947db7fc27400a0e199a43db038 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
default:
    echo "Available recipes: build, test, clean, generate-schema"

generate-schema:
    python3 scripts/generate_ts_schema.py

build:
    python3 scripts/generate_ts_schema.py && sudo rm -rf node_modules && .vscode/build.sh

test:
    scp "out/Lossless Scaling.zip" deck@192.168.0.6:~/Desktop

clean:
    rm -rf node_modules dist