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

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

test:
    scp "/Users/kurt/Developer/decky-plugin-template/out/lsfg-vk Installer.zip" deck@192.168.0.6:~/Desktop

clean:
    rm -rf node_modules dist