mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 09:00:42 +00:00
6 lines
181 B
Bash
Executable File
6 lines
181 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -euo pipefail
|
|
|
|
ROOT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/../.." && pwd)"
|
|
exec pnpm --dir "$ROOT_DIR" exec tsx scripts/e2e/parallels/macos-smoke.ts "$@"
|