From ad2b182777bfd0a5ceef6e654df75ff13eb8b503 Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Sun, 6 Sep 2026 15:08:45 -0400 Subject: refactor: offload configuration to lsfg-vk --- justfile | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'justfile') diff --git a/justfile b/justfile index 54148ad..b190631 100644 --- a/justfile +++ b/justfile @@ -1,11 +1,8 @@ default: - echo "Available recipes: build, test, clean, generate-schema" - -generate-schema: - python3 scripts/generate_ts_schema.py + echo "Available recipes: build, test, clean" build: - python3 scripts/generate_ts_schema.py && sudo rm -rf node_modules && .vscode/build.sh + .vscode/build.sh test: scp "out/Decky LSFG-VK.zip" deck@192.168.0.6:~/Desktop @@ -18,4 +15,4 @@ cef: clean: rm -rf node_modules dist - sudo rm -rf /tmp/decky \ No newline at end of file + sudo rm -rf /tmp/decky -- cgit v1.2.3