mirror of
https://github.com/langchain-ai/langgraphjs-api.git
synced 2026-07-01 13:58:12 -04:00
9 lines
281 B
PowerShell
9 lines
281 B
PowerShell
Set-PSDebug -Trace 1
|
|
$ErrorActionPreference = "Stop"
|
|
|
|
Remove-Item -Path "dist" -Recurse -Force -ErrorAction SilentlyContinue
|
|
tsc --outDir dist
|
|
|
|
Move-Item -Path "dist/src/*" -Destination "dist"
|
|
Remove-Item -Path "dist/src","dist/tests" -Recurse -Force -ErrorAction SilentlyContinue
|