Add working directory for md server publish (#179027)

This commit is contained in:
Matt Bierner
2023-04-03 10:01:51 -07:00
committed by GitHub
parent accffe11a5
commit 4126b98d1b

View File

@@ -22,6 +22,7 @@ extends:
parameters:
npmPackages:
- name: vscode-markdown-languageserver
workingDirectory: extensions/markdown-language-features/server
buildSteps:
- script: yarn install