summaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorKurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com>2025-07-22 13:33:13 -0400
committerGitHub <noreply@github.com>2025-07-22 13:33:13 -0400
commit42668d412105b972e0cc7440b64e8e24aeef4587 (patch)
treec8f20ccbe508ac6684a38c115d63602476575493 /justfile
parent97bb41947bd44a712ad26905771a9d2cc4692878 (diff)
parent43def41747d3b75bb547b649a00f12653c3ae537 (diff)
downloaddecky-lsfg-vk-42668d412105b972e0cc7440b64e8e24aeef4587.tar.gz
decky-lsfg-vk-42668d412105b972e0cc7440b64e8e24aeef4587.zip
Merge pull request #67 from xXJSONDeruloXx/workaround-envs
add workaround env vars, rm old tests
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