summaryrefslogtreecommitdiff
path: root/justfile
blob: 3059bf9fff91b7a4f0526e02c86469238bb3ad19 (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:
    sudo rm -rf node_modules dist
    sudo rm -rf /tmp/decky