Updates and add examples host
CI / Build & Test (push) Successful in 8m7s

This commit is contained in:
Raven Scott
2026-07-26 23:50:17 -04:00
parent bb3b46a987
commit 83af298eb5
24 changed files with 678 additions and 39 deletions
+3
View File
@@ -67,6 +67,9 @@ if [[ ! -f "$EXT_DIR/manifest.json" ]]; then
exit 1
fi
echo " Syncing examples into extension + native-host..."
node "$REPO_ROOT/scripts/sync-examples.js"
if command -v pbcopy >/dev/null 2>&1; then
echo "$EXT_DIR" | pbcopy
elif command -v xclip >/dev/null 2>&1; then