summaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
authorKurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com>2026-09-12 21:29:08 -0400
committerGitHub <noreply@github.com>2026-09-12 21:29:08 -0400
commite580c6bd60c92af36f92d4c29b5d9a44f73d47d7 (patch)
tree7fc6799626519e5b01fb137f5440c99fda5faca7 /justfile
parente997a3fb74fa70f5e60b60807fb0897120e98313 (diff)
parent81feb03288166755545401b9df2ff2c9bc3ae7d7 (diff)
downloaddecky-lsfg-vk-e580c6bd60c92af36f92d4c29b5d9a44f73d47d7.tar.gz
decky-lsfg-vk-e580c6bd60c92af36f92d4c29b5d9a44f73d47d7.zip
Merge pull request #264 from xXJSONDeruloXx/chore/migrate
the big one
Diffstat (limited to 'justfile')
-rw-r--r--justfile14
1 files changed, 7 insertions, 7 deletions
diff --git a/justfile b/justfile
index 54148ad..57636a8 100644
--- a/justfile
+++ b/justfile
@@ -1,14 +1,14 @@
default:
- echo "Available recipes: build, test, clean, generate-schema"
-
-generate-schema:
- python3 scripts/generate_ts_schema.py
+ echo "Available recipes: build, deploy, test, clean"
build:
- python3 scripts/generate_ts_schema.py && sudo rm -rf node_modules && .vscode/build.sh
+ pnpm build
+
+deploy:
+ ./scripts/deploy-to-deck.sh
test:
- scp "out/Decky LSFG-VK.zip" deck@192.168.0.6:~/Desktop
+ pnpm test
watch:
ssh deck@192.168.0.6 "journalctl -f"
@@ -18,4 +18,4 @@ cef:
clean:
rm -rf node_modules dist
- sudo rm -rf /tmp/decky \ No newline at end of file
+ sudo rm -rf /tmp/decky