mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
windows: fix some websocket tests (#8433)
* windows: fix some websocket tests * this file should work now, report any errors * make this change later * add back running this with node * add as const to these --------- Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
This commit is contained in:
@@ -14,4 +14,4 @@ Set-Content $Script2 -Force -NoNewline -Value $CreateHashTable
|
||||
Remove-Item -Path "build-release/codegen" -Recurse -Force -ErrorAction SilentlyContinue
|
||||
Remove-Item -Path "build-release/js" -Recurse -Force -ErrorAction SilentlyContinue
|
||||
Copy-Item -Path "build/codegen" -Destination "build-release/codegen" -Recurse -Force
|
||||
Copy-Item -Path "build/js" -Destination "build-release/js" -Recurse -Force
|
||||
Copy-Item -Path "build/js" -Destination "build-release/js" -Recurse -Force
|
||||
|
||||
Reference in New Issue
Block a user