mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
10 lines
228 B
PowerShell
Executable File
10 lines
228 B
PowerShell
Executable File
throw "This script is not yet complete";
|
|
|
|
npm i
|
|
|
|
.\scripts\update-submodules.ps1
|
|
.\scripts\all-dependencies.ps1
|
|
.\scripts\make-old-js.ps1
|
|
|
|
New-Item -Type SymbolicLink -Path .\.vscode\clang++ -Value (Get-Command clang-cl).Source
|