summaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorxXJSONDeruloXx <danielhimebauch@gmail.com>2025-07-22 11:41:49 -0400
committerxXJSONDeruloXx <danielhimebauch@gmail.com>2025-07-22 11:41:49 -0400
commitdfe4c033dd1922a63c8393ab467e9aa58fa757e4 (patch)
treee6e518f4becdf0edd1e5f6fefd060b5c9060f010 /justfile
parentc02343e68874efd57c2e312cb6b7e4f02222e43a (diff)
downloaddecky-lsfg-vk-dfe4c033dd1922a63c8393ab467e9aa58fa757e4.tar.gz
decky-lsfg-vk-dfe4c033dd1922a63c8393ab467e9aa58fa757e4.zip
refactor: update configuration handling to use object-based API
Diffstat (limited to 'justfile')
-rw-r--r--justfile7
1 files changed, 5 insertions, 2 deletions
diff --git a/justfile b/justfile
index 9923416..054c113 100644
--- a/justfile
+++ b/justfile
@@ -1,8 +1,11 @@
default:
- echo "Available recipes: build, test, clean"
+ echo "Available recipes: build, test, clean, generate-schema"
+
+generate-schema:
+ python3 scripts/generate_ts_schema.py
build:
- sudo rm -rf node_modules && .vscode/build.sh
+ python3 scripts/generate_ts_schema.py && sudo rm -rf node_modules && .vscode/build.sh
test:
scp "out/Lossless Scaling.zip" deck@192.168.0.6:~/Desktop