summaryrefslogtreecommitdiff
path: root/justfile
blob: 44075678a600a1faa06967038c58aadb3fd2bad0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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
    sudo rm -rf /tmp/decky