Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fc1943s committed Jan 3, 2025
1 parent 6e561e7 commit 911146b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/dep_spiral_extension.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ if ($extensionsPath.Count -gt 0) {
{ ~/.bun/bin/bun install --frozen-lockfile } | Invoke-Block -Location $extensionSrcPath
{ ~/.bun/bin/bunx --bun tsc --build } | Invoke-Block -Location $extensionSrcPath
}

{ ~/.bun/bin/bun esbuild-base -- --minify } | Invoke-Block -Location $extensionSrcPath
{ ~/.bun/bin/bunx --bun @vscode/vsce package } | Invoke-Block -Location $extensionSrcPath
}

Expand Down

0 comments on commit 911146b

Please sign in to comment.