From fe0799ff18cb6c2fb64151e84038f5d9406e0eea Mon Sep 17 00:00:00 2001 From: Edwin Siby Date: Thu, 30 Apr 2026 17:41:37 +0530 Subject: [PATCH] build(android): add PowerShell commands for keystore checks and GitHub run listings --- .claude/settings.local.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 64c7a54..1fc9c92 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -19,7 +19,10 @@ "Bash(node -p \"require\\('./app.json'\\).expo.android.versionCode\")", "Bash(node -e ' *)", "Bash(node -e \"const p = require\\('./plugins/with-android-signing.js'\\); if \\(typeof p !== 'function'\\) process.exit\\(1\\); console.log\\('ok'\\);\")", - "Bash(node -p \"JSON.stringify\\(require\\('./app.json'\\).expo.plugins, null, 2\\)\")" + "Bash(node -p \"JSON.stringify\\(require\\('./app.json'\\).expo.plugins, null, 2\\)\")", + "PowerShell(Get-ChildItem -Path \"$env:USERPROFILE\\\\pit-stop-release.keystore\" -ErrorAction SilentlyContinue | Select-Object FullName, Length, LastWriteTime)", + "Bash(gh run *)", + "PowerShell(gh run list --workflow=android-release.yml --limit 3 2>&1)" ] } }