summaryrefslogtreecommitdiff
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile9
1 files changed, 6 insertions, 3 deletions
diff --git a/justfile b/justfile
index b190631..57636a8 100644
--- a/justfile
+++ b/justfile
@@ -1,11 +1,14 @@
default:
- echo "Available recipes: build, test, clean"
+ echo "Available recipes: build, deploy, test, clean"
build:
- .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"