This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user