Migrate commands from bash scripts and VSCode tasks to package.json scripts#55
Migrate commands from bash scripts and VSCode tasks to package.json scripts#55kmturley wants to merge 3 commits intoSteamDeckHomebrew:mainfrom
Conversation
…ackage scripts. Use ssh key instead of password.
|
Running I think there are additional optimizations if the frontend could build directly to |
|
As a reference SteamBrew is doing the same for But the |
|
Thanks, I prefered this method than using Tasks and was easier to setup. |
Features:
Only tested on Steam Deck directly. Needs testing remotely from a Linux device -> Steam Deck.
Commands could be cleaned up further e.g. to remove echo statements etc, but left in to try and keep functionality as close as possible to current.
One thing to note is that
pnpm run buildis a "reserved" command as it is run inside Docker during decky cli command. Therefore I had to namespacepnpm run build:pluginto prevent a build loop.