Skip to content

Commit 841bcca

Browse files
committed
Build LSP directly in destination so source maps are correct (#749)
* Build LSP directly in destination so source maps are correct * Fix LSP `outFiles` * Trigger workflows on LSP changes
1 parent bfd87a6 commit 841bcca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ on:
66
branches:
77
- main
88
paths:
9+
- 'apps/lsp/**'
910
- 'apps/vscode/**'
1011
pull_request:
1112
branches:
1213
- main
1314
paths:
15+
- 'apps/lsp/**'
1416
- 'apps/vscode/**'
1517
workflow_dispatch:
1618

0 commit comments

Comments
 (0)