summaryrefslogtreecommitdiff
path: root/justfile
blob: d0a07ba53b9e02cdbea679102b908202c0296d18 (plain)
1
2
3
4
5
6
7
8
9
10
11
default:
    echo "Available recipes: build, test, clean"

build:
    sudo rm -rf node_modules && .vscode/build.sh

test:
    scp "out/Decky Framegen.zip" deck@192.168.0.6:~/Desktop

clean:
    rm -rf node_modules dist