Skip to content

Commit

Permalink
See if CI passes for just test-language-server
Browse files Browse the repository at this point in the history
  • Loading branch information
machty committed Jan 13, 2025
1 parent 404a39e commit 940479d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
],
"scripts": {
"pretest": "yarn build",
"test": "yarn test-language-server && yarn test-ts-plugin",
"test": "yarn test-language-server",
"test-language-server": "node lib/__tests__/support/launch-from-cli-language-server.mjs",
"test-ts-plugin": "node lib/__tests__/support/launch-from-cli-ts-plugin.mjs",
"test:typecheck": "echo 'no standalone typecheck within this project'",
Expand Down

0 comments on commit 940479d

Please sign in to comment.