mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
7 lines
173 B
PowerShell
Executable File
7 lines
173 B
PowerShell
Executable File
$Root = (Join-Path $PSScriptRoot "../")
|
|
|
|
Push-Location (Join-Path $Root "packages\bun-internal-test")
|
|
try {
|
|
npm i
|
|
node src\runner.node.mjs
|
|
} finally { Pop-Location } |